Class ToolCitationSource
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public sealed class ToolCitationSource : CitationSource
Properties
| Edit this page View SourceId
Optional. The unique identifier of the document.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolOutput
Optional. The output from the tool.
Declaration
[JsonProperty("tool_output")]
public Dictionary<string, object> ToolOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, object> |