Uses of Class
org.springframework.ai.google.genai.GoogleGenAiChatOptions
Packages that use GoogleGenAiChatOptions
-
Uses of GoogleGenAiChatOptions in org.springframework.ai.google.genai
Methods in org.springframework.ai.google.genai that return GoogleGenAiChatOptionsModifier and TypeMethodDescriptionGoogleGenAiChatOptions.AbstractBuilder.build()GoogleGenAiChatModel.getOptions()Methods in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptionsModifier and TypeMethodDescriptionGoogleGenAiChatModel.Builder.options(GoogleGenAiChatOptions options) Constructors in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptionsModifierConstructorDescriptionGoogleGenAiChatModel(com.google.genai.Client genAiClient, GoogleGenAiChatOptions options, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.core.retry.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new instance of GoogleGenAiChatModel.