Package com.hw.langchain.schema
Class Generation
java.lang.Object
com.hw.langchain.schema.Generation
- Direct Known Subclasses:
ChatGeneration
,GenerationChunk
Output of a single generation.
- Author:
- HamaWhite
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
text
Generated text output. -
generationInfo
Raw generation info response from the provider. May include things like reason for finishing (e.g. in OpenAI)
-
-
Constructor Details
-
Generation
-