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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user