Uses of Class
org.springframework.ai.client.AiResponse
Packages that use AiResponse
Package
Description
-
Uses of AiResponse in org.springframework.ai.azure.openai.client
Methods in org.springframework.ai.azure.openai.client that return AiResponse -
Uses of AiResponse in org.springframework.ai.client
Methods in org.springframework.ai.client that return AiResponse -
Uses of AiResponse in org.springframework.ai.evaluation
Methods in org.springframework.ai.evaluation with parameters of type AiResponseModifier and TypeMethodDescriptionprotected void
BasicEvaluationTest.evaluateQuestionAndAnswer
(String question, AiResponse response, boolean factBased) -
Uses of AiResponse in org.springframework.ai.huggingface.client
Methods in org.springframework.ai.huggingface.client that return AiResponseModifier and TypeMethodDescriptionGenerate text based on the provided prompt. -
Uses of AiResponse in org.springframework.ai.ollama.client
Methods in org.springframework.ai.ollama.client that return AiResponseModifier and TypeMethodDescriptionprotected AiResponse
OllamaClient.getAiResponse
(List<OllamaGenerateResult> results) Converts the list of OllamaGenerateResult into a structured AiResponse. -
Uses of AiResponse in org.springframework.ai.openai.client
Methods in org.springframework.ai.openai.client that return AiResponse