Uses of Class
com.hw.langchain.schema.Generation
-
Uses of Generation in com.hw.langchain.schema
Modifier and TypeClassDescriptionclass
Output of a single generation.class
A Generation chunk, which can be concatenated with other Generation chunks.Modifier and TypeMethodDescriptionabstract T
BaseLLMOutputParser.parseResult
(List<? extends Generation> result) Parse LLM Result.BaseOutputParser.parseResult
(List<? extends Generation> result) ModifierConstructorDescriptionAsyncLLMResult
(List<? extends Generation> generations, Map<String, Object> llmOutput) LLMResult
(List<? extends List<? extends Generation>> generations)