Uses of Class
dev.langchain4j.model.googleai.GeminiFunctionCallingConfig
Packages that use GeminiFunctionCallingConfig
-
Uses of GeminiFunctionCallingConfig in dev.langchain4j.model.googleai
Fields in dev.langchain4j.model.googleai declared as GeminiFunctionCallingConfigModifier and TypeFieldDescriptionprotected final GeminiFunctionCallingConfig
BaseGeminiChatModel.toolConfig
protected final GeminiFunctionCallingConfig
BaseGeminiChatModel.toolConfig
Constructors in dev.langchain4j.model.googleai with parameters of type GeminiFunctionCallingConfigModifierConstructorDescriptionGoogleAiGeminiChatModel
(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)