Files
letta-server/tests/sdk_v1/model_settings/gemini-2.5-pro.json
Sarah Wooders ce3add4f55 feat: migrate integration tests to use model_settings (#6125)
* migration integration tests to use model_settings

* updated configs

* update v2 tests

* revert files

* add some configs and fix tests

* fix conversation_search

---------

Co-authored-by: Ari Webb <ari@letta.com>
2025-11-24 19:09:33 -08:00

14 lines
287 B
JSON

{
"handle": "google_ai/gemini-2.5-pro",
"model_settings": {
"provider_type": "google_ai",
"temperature": 0.7,
"max_output_tokens": 65536,
"parallel_tool_calls": false,
"thinking_config": {
"include_thoughts": true,
"thinking_budget": 1024
}
}
}