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.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, ToolCallingManager toolCallingManager, org.springframework.core.retry.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) 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