Class ChunkData
Extracted data that represents the Chunk content.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class ChunkData
Properties
| Edit this page View SourceStringValue
The Chunk content as a string. The maximum number of tokens per chunk is 2043.
Declaration
[JsonProperty("stringValue")]
public string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |