You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitstreaming_callback(StreamingChunk(content="", meta={"finish_reason": "tool_call_results"})) # type: ignore[misc] # we have checked that streaming_callback is not None and async
- Updates StreamingChunk construction in ToolInvoker to also stream a chunk with a finish reason. This is useful when using the print_streaming_chunk utility method
5
+
- Update the print_streaming_chunk to have better formatting of messages especially when using it with Agent.
6
+
- Also updated to work with the current version of the AWS Bedrock integration by working with the dict representation of ChoiceDeltaToolCall
0 commit comments