[FEATURE] BedrockModel - support redactedContent in reasoningContent streamed events #99
Labels
enhancement
New feature or request
good first issue
Good for newcomers
ready for contribution
Pull requests welcome
Problem Statement
Bedrock models with extended thinking return
reasoningContent
events. These events can contain eitherreasoningText
orredactedContent
(https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ReasoningContentBlock.html). Currently the BedrockModel provider handlesreasoningText
but notredactedContent
:sdk-python/src/strands/event_loop/streaming.py
Lines 131 to 142 in 61c3bf7
Proposed Solution
Support
redactedContent
inreasoningContent
Bedrock Model events.Use Case
Implement handling of
redactedContent
in my agent's async iterator or callback handler.Alternatives Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: