Class JsonDocumentSource
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public class JsonDocumentSource : GroqCloudDocumentSource
Properties
| Edit this page View SourceJsonString
Required. The JSON payload associated with the document.
Declaration
[JsonProperty("data")]
public string JsonString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required.
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |