mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
test_bedrock_converse_budget_tokens_preserved
This commit is contained in:
parent
aeed4c322f
commit
73a242e7fe
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ async def test_bedrock_converse_budget_tokens_preserved():
|
|||
|
||||
call_kwargs = mock_post.call_args.kwargs
|
||||
json_data = call_kwargs.get("json") or json.loads(call_kwargs.get("data", "{}"))
|
||||
print("Request json: ", json.dumps(json_data, indent=4, default=str))
|
||||
|
||||
additional_fields = json_data.get("additionalModelRequestFields", {})
|
||||
thinking_config = additional_fields.get("thinking", {})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue