Uses of Class
org.springframework.ai.google.genai.GoogleGenAiChatOptions
Packages that use GoogleGenAiChatOptions
Package
Description
-
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 GoogleGenAiChatOptionsGoogleGenAiChatOptions.fromOptions(GoogleGenAiChatOptions fromOptions) Methods in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptionsModifier and TypeMethodDescriptionGoogleGenAiChatModel.Builder.defaultOptions(GoogleGenAiChatOptions defaultOptions) static GoogleGenAiChatOptionsGoogleGenAiChatOptions.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. -
Uses of GoogleGenAiChatOptions in org.springframework.ai.model.google.genai.autoconfigure.chat
Methods in org.springframework.ai.model.google.genai.autoconfigure.chat that return GoogleGenAiChatOptions