Class CohereCitationToolV2
A citation source referencing a tool result.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereCitationToolV2
Properties
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique identifier of the tool call. |
ToolOutput
Declaration
[JsonProperty(PropertyName = "toolOutput")]
public object ToolOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Output from the tool. |