Class AssistantsApiToolOutput
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class AssistantsApiToolOutput
Properties
| Edit this page View SourceOutput
The Output of the Tool call to be submitted to continue the run.
Declaration
[JsonProperty("output")]
public string Output { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolCallId
The ID of the Tool call in the required_action object within the run object the Output is being submitted for.
Declaration
[JsonProperty("tool_call_id")]
public string ToolCallId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |