feat: gemini urlContext

This commit is contained in:
Seefs
2025-09-27 16:14:09 +08:00
parent e6525eea7f
commit 23c1bd472e
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -251,6 +251,7 @@ type GeminiChatTool struct {
GoogleSearchRetrieval any `json:"googleSearchRetrieval,omitempty"`
CodeExecution any `json:"codeExecution,omitempty"`
FunctionDeclarations any `json:"functionDeclarations,omitempty"`
URLContext any `json:"urlContext,omitempty"`
}
type GeminiChatGenerationConfig struct {