Uses of Class
com.hw.langchain.schema.Generation
Packages that use Generation
-
Uses of Generation in com.hw.langchain.schema
Subclasses of Generation in com.hw.langchain.schemaModifier and TypeClassDescriptionclassOutput of a single generation.classA Generation chunk, which can be concatenated with other Generation chunks.Method parameters in com.hw.langchain.schema with type arguments of type GenerationModifier and TypeMethodDescriptionabstract TBaseLLMOutputParser.parseResult(List<? extends Generation> result) Parse LLM Result.BaseOutputParser.parseResult(List<? extends Generation> result) Constructor parameters in com.hw.langchain.schema with type arguments of type GenerationModifierConstructorDescriptionAsyncLLMResult(List<? extends Generation> generations, Map<String, Object> llmOutput) LLMResult(List<? extends List<? extends Generation>> generations)