mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-12 03:42:08 +00:00
fix(bedrock): preserve reasoningContent across converse normalization
This commit is contained in:
parent
f0dd5b9c10
commit
8d363f8d54
3 changed files with 33 additions and 2 deletions
|
|
@ -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..."
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue