Class GroqCloudDocument
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public sealed class GroqCloudDocument
Properties
| Edit this page View SourceId
Optional. Optional unique identifier that can be used for citations in responses.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Required. The source of the document. Only text and JSON sources are currently supported.
Declaration
[JsonProperty("source")]
public GroqCloudDocumentSource Source { get; set; }
Property Value
| Type | Description |
|---|---|
| GroqCloudDocumentSource |