add native Bedrock Converse provider

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-05-01 18:52:03 +08:00
committed by Xubin Ren
parent 3c20d16117
commit 306958d6e6
11 changed files with 1226 additions and 4 deletions
@@ -180,6 +180,7 @@ def test_get_history_preserves_reasoning_content():
"role": "assistant",
"content": "done",
"reasoning_content": "hidden chain of thought",
"thinking_blocks": [{"type": "thinking", "thinking": "hidden chain of thought", "signature": "sig"}],
})
history = session.get_history(max_messages=500)
@@ -190,6 +191,11 @@ def test_get_history_preserves_reasoning_content():
"role": "assistant",
"content": "done",
"reasoning_content": "hidden chain of thought",
"thinking_blocks": [{
"type": "thinking",
"thinking": "hidden chain of thought",
"signature": "sig",
}],
},
]