Class ChunkData
Extracted data that represents the Chunk content.
Inheritance
object
ChunkData
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class ChunkData
Properties
StringValue
The Chunk content as a string. The maximum number of tokens per chunk is 2043.
Declaration
public string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |