Uses of Class
org.springframework.ai.google.genai.GoogleGenAiChatModel
Packages that use GoogleGenAiChatModel
Package
Description
-
Uses of GoogleGenAiChatModel in org.springframework.ai.google.genai
Methods in org.springframework.ai.google.genai that return GoogleGenAiChatModel -
Uses of GoogleGenAiChatModel in org.springframework.ai.model.google.genai.autoconfigure.chat
Methods in org.springframework.ai.model.google.genai.autoconfigure.chat that return GoogleGenAiChatModelModifier and TypeMethodDescriptionGoogleGenAiChatAutoConfiguration.googleGenAiChatModel(com.google.genai.Client googleGenAiClient, GoogleGenAiChatProperties chatProperties, ToolCallingManager toolCallingManager, org.springframework.context.ApplicationContext context, org.springframework.retry.support.RetryTemplate retryTemplate, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention, org.springframework.beans.factory.ObjectProvider<ToolExecutionEligibilityPredicate> toolExecutionEligibilityPredicate) Methods in org.springframework.ai.model.google.genai.autoconfigure.chat with parameters of type GoogleGenAiChatModelModifier and TypeMethodDescriptionGoogleGenAiChatAutoConfiguration.googleGenAiCachedContentService(GoogleGenAiChatModel chatModel)