|
@@ -46,6 +46,7 @@ func (r *GeminiChatRequest) UnmarshalJSON(data []byte) error {
|
|
|
type ToolConfig struct {
|
|
type ToolConfig struct {
|
|
|
FunctionCallingConfig *FunctionCallingConfig `json:"functionCallingConfig,omitempty"`
|
|
FunctionCallingConfig *FunctionCallingConfig `json:"functionCallingConfig,omitempty"`
|
|
|
RetrievalConfig *RetrievalConfig `json:"retrievalConfig,omitempty"`
|
|
RetrievalConfig *RetrievalConfig `json:"retrievalConfig,omitempty"`
|
|
|
|
|
+ IncludeServerSideToolInvocations *bool `json:"includeServerSideToolInvocations,omitempty"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type FunctionCallingConfig struct {
|
|
type FunctionCallingConfig struct {
|