Uses of Class
org.springframework.ai.chat.ChatResponse
Packages that use ChatResponse
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
-
Uses of ChatResponse in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return ChatResponseMethods in org.springframework.ai.azure.openai that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.bedrock.anthropic
Methods in org.springframework.ai.bedrock.anthropic that return ChatResponseMethods in org.springframework.ai.bedrock.anthropic that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere that return ChatResponseMethods in org.springframework.ai.bedrock.cohere that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.bedrock.llama2
Methods in org.springframework.ai.bedrock.llama2 that return ChatResponseMethods in org.springframework.ai.bedrock.llama2 that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.bedrock.titan
Methods in org.springframework.ai.bedrock.titan that return ChatResponseMethods in org.springframework.ai.bedrock.titan that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.chat
Methods in org.springframework.ai.chat that return ChatResponseMethods in org.springframework.ai.chat that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.evaluation
Methods in org.springframework.ai.evaluation with parameters of type ChatResponseModifier and TypeMethodDescriptionprotected void
BasicEvaluationTest.evaluateQuestionAndAnswer
(String question, ChatResponse response, boolean factBased) -
Uses of ChatResponse in org.springframework.ai.huggingface
Methods in org.springframework.ai.huggingface that return ChatResponseModifier and TypeMethodDescriptionGenerate text based on the provided prompt. -
Uses of ChatResponse in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai that return ChatResponseMethods in org.springframework.ai.mistralai that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama that return ChatResponseMethods in org.springframework.ai.ollama that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return ChatResponseMethods in org.springframework.ai.openai that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.vertexai.gemini
Methods in org.springframework.ai.vertexai.gemini that return ChatResponseMethods in org.springframework.ai.vertexai.gemini that return types with arguments of type ChatResponse -
Uses of ChatResponse in org.springframework.ai.vertexai.palm2
Methods in org.springframework.ai.vertexai.palm2 that return ChatResponse