Class GenericToolOutput
Specifies an output format for tools that return freeform or unstructured JSON content.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class GenericToolOutput : ToolOutput
Properties
Output
Declaration
[Required(ErrorMessage = "Output is required.")]
[JsonProperty(PropertyName = "output")]
public object Output { get; set; }
Property Value
Type | Description |
---|---|
object | Specifies the freeform JSON object containing the tool\u2019s output. |
Remarks
Required