fix: use Gemini 3.1 Pro preview handles (#1326)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Kevin Lin
2026-03-10 10:14:54 -07:00
committed by GitHub
parent a1cdda9467
commit 49dc155cdf
2 changed files with 5 additions and 16 deletions

View File

@@ -250,7 +250,7 @@ function getModelForToolLoading(
return "openai/gpt-4";
}
if (specifiedToolset === "gemini") {
return "google/gemini-3-pro";
return "google_ai/gemini-3.1-pro-preview";
}
if (specifiedToolset === "default") {
return "anthropic/claude-sonnet-4";