Table of Contents

Class ToolOutput

Namespace
OpenAI.ObjectModels.RequestModels
Assembly
AntRunnerLib.dll

A list of tools for which the outputs are being submitted.

public class ToolOutput
Inheritance
System.Object
ToolOutput
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Output

The output of the tool call to be submitted to continue the run.

[JsonPropertyName("output")]
public string Output { get; set; }

Property Value

System.String

ToolCallId

The ID of the tool call in the required_action object within the run object the output is being submitted for.

[JsonPropertyName("tool_call_id")]
public string ToolCallId { get; set; }

Property Value

System.String