-
BaseGeminiChatModel.toolConfig
BaseGeminiChatModel.toolConfig
GoogleAiGeminiChatModel(String apiKey,
String modelName,
Integer maxRetries,
Double temperature,
Integer topK,
Double topP,
Integer maxOutputTokens,
Duration timeout,
ResponseFormat responseFormat,
List<String> stopSequences,
GeminiFunctionCallingConfig toolConfig,
Boolean allowCodeExecution,
Boolean includeCodeExecutionOutput,
Boolean logRequestsAndResponses,
List<GeminiSafetySetting> safetySettings,
List<ChatModelListener> listeners)
GoogleAiGeminiStreamingChatModel(String apiKey,
String modelName,
Double temperature,
Integer topK,
Double topP,
Integer maxOutputTokens,
Duration timeout,
ResponseFormat responseFormat,
List<String> stopSequences,
GeminiFunctionCallingConfig toolConfig,
Boolean allowCodeExecution,
Boolean includeCodeExecutionOutput,
Boolean logRequestsAndResponses,
List<GeminiSafetySetting> safetySettings,
List<ChatModelListener> listeners,
Integer maxRetries)