fix(bedrock): preserve reasoningContent across converse normalization
This commit is contained in:
@@ -994,6 +994,7 @@ class TestStreamConverseWithCallbacks:
|
||||
events, on_reasoning_delta=lambda t: reasoning.append(t),
|
||||
)
|
||||
assert reasoning == ["Let me think..."]
|
||||
assert result.choices[0].message.reasoning_content == "Let me think..."
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user