Uses of Class
org.springframework.ai.client.AiResponse
Package
Description
-
Uses of AiResponse in org.springframework.ai.azure.openai.client
-
Uses of AiResponse in org.springframework.ai.client
-
Uses of AiResponse in org.springframework.ai.evaluation
Modifier and TypeMethodDescriptionprotected void
BasicEvaluationTest.evaluateQuestionAndAnswer
(String question, AiResponse response, boolean factBased) -
Uses of AiResponse in org.springframework.ai.huggingface.client
Modifier and TypeMethodDescriptionGenerate text based on the provided prompt. -
Uses of AiResponse in org.springframework.ai.ollama.client
Modifier 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