Package org.springframework.ai.core.llm
Class LLMResult
java.lang.Object
org.springframework.ai.core.llm.LLMResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe list of generated outputs.Arbitrary LLM-provider specific outputThe run metadata information
-
Constructor Details
-
LLMResult
-
LLMResult
-
LLMResult
-
-
Method Details
-
getGenerations
The list of generated outputs. It iss a list of lists because a single input could have multiple outputs, and multiple inputs could be passed in.- Returns:
-
getProviderOutput
Arbitrary LLM-provider specific output -
getRunInfo
The run metadata information
-