Class ToolOutput
Base schema for tool outputs. Identified by toolOutputType
, which determines the format of the output content.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
[JsonConverter(typeof(ToolOutputModelConverter))]
public class ToolOutput
Properties
ToolId
Declaration
[Required(ErrorMessage = "ToolId is required.")]
[JsonProperty(PropertyName = "toolId")]
public string ToolId { get; set; }
Property Value
Type | Description |
---|---|
string | Specifies the unique OCID of the tool. |
Remarks
Required
ToolName
Declaration
[JsonProperty(PropertyName = "toolName")]
public string ToolName { get; set; }
Property Value
Type | Description |
---|---|
string | Specifies the display name of the tool. |