fix(core): update default value [LET-4117] (#4321)

* fix(core): update default value

* fix: just stage just publish

* fix(core): temporary hardcoding of the anthropic max tokens

* fix(core): patch the gemini
This commit is contained in:
Charles Packer
2025-08-29 16:42:19 -07:00
committed by GitHub
parent b8c2f42d33
commit 5f9210b808
4 changed files with 10 additions and 5 deletions

View File

@@ -1212,7 +1212,7 @@ def test_preview_payload(client: LettaSDKClient):
assert tool["function"]["strict"] is True
assert payload["frequency_penalty"] == 1.0
assert payload["max_completion_tokens"] == 4096
assert payload["max_completion_tokens"] is None
assert payload["temperature"] == 0.7
assert payload["parallel_tool_calls"] is False
assert payload["tool_choice"] == "required"