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.functionCallingConfig
protected final GeminiFunctionCallingConfig
BaseGeminiChatModel.functionCallingConfig
Methods in dev.langchain4j.model.googleai that return GeminiFunctionCallingConfigModifier and TypeMethodDescriptionGeminiFunctionCallingConfig.GeminiFunctionCallingConfigBuilder.build()
Methods in dev.langchain4j.model.googleai with parameters of type GeminiFunctionCallingConfigModifier and TypeMethodDescriptionGoogleAiGeminiChatModel.GoogleAiGeminiChatModelBuilder.toolConfig
(GeminiFunctionCallingConfig toolConfig) GoogleAiGeminiStreamingChatModel.GoogleAiGeminiStreamingChatModelBuilder.toolConfig
(GeminiFunctionCallingConfig toolConfig) Constructors in dev.langchain4j.model.googleai with parameters of type GeminiFunctionCallingConfigModifierConstructorDescriptionGoogleAiGeminiChatModel
(String apiKey, String modelName, Integer maxRetries, Double temperature, Integer topK, Integer seed, 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) Deprecated, for removal: This API element is subject to removal in a future version.GoogleAiGeminiStreamingChatModel
(String apiKey, String modelName, Double temperature, Integer topK, Double topP, Integer seed, 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) Deprecated, for removal: This API element is subject to removal in a future version.please useGoogleAiGeminiStreamingChatModel(GoogleAiGeminiStreamingChatModelBuilder)
instead
GoogleAiGeminiChatModel(GoogleAiGeminiChatModelBuilder)
instead