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.Builder.build()
GoogleGenAiChatOptions.copy()
static GoogleGenAiChatOptions
GoogleGenAiChatOptions.fromOptions
(GoogleGenAiChatOptions fromOptions) Methods in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptionsModifier and TypeMethodDescriptionGoogleGenAiChatModel.Builder.defaultOptions
(GoogleGenAiChatOptions defaultOptions) static GoogleGenAiChatOptions
GoogleGenAiChatOptions.fromOptions
(GoogleGenAiChatOptions fromOptions) Constructors in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptionsModifierConstructorDescriptionGoogleGenAiChatModel
(com.google.genai.Client genAiClient, GoogleGenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Creates a new instance of GoogleGenAiChatModel.GoogleGenAiChatModel
(com.google.genai.Client genAiClient, GoogleGenAiChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) Creates a new instance of GoogleGenAiChatModel.