Class ChunkingStrategy
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class ChunkingStrategy
Properties
| Edit this page View SourceStatic
The static chunking strategy.
Declaration
[JsonProperty("static")]
public ChunkingStrategyStatic Static { get; set; }
Property Value
| Type | Description |
|---|---|
| ChunkingStrategyStatic |
Type
The strategy used to chunk the file.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |