Uses of Class
com.google.adk.models.springai.SpringAI
Packages that use SpringAI
-
Uses of SpringAI in com.google.adk.models.springai.autoconfigure
Methods in com.google.adk.models.springai.autoconfigure that return SpringAIModifier and TypeMethodDescriptionSpringAIAutoConfiguration.springAIWithBothModels(org.springframework.ai.chat.model.ChatModel chatModel, org.springframework.ai.chat.model.StreamingChatModel streamingChatModel, SpringAIProperties properties) Creates a SpringAI bean when both ChatModel and StreamingChatModel are available.SpringAIAutoConfiguration.springAIWithChatModel(org.springframework.ai.chat.model.ChatModel chatModel, SpringAIProperties properties) Creates a SpringAI bean when only ChatModel is available.SpringAIAutoConfiguration.springAIWithStreamingModel(org.springframework.ai.chat.model.StreamingChatModel streamingChatModel, SpringAIProperties properties) Creates a SpringAI bean when only StreamingChatModel is available.