Class TextDocumentSource
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public class TextDocumentSource : GroqCloudDocumentSource
Properties
| Edit this page View SourceText
Required. The document contents.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required.
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |