Table of Contents

Class SubmitToolOutputs

Namespace
OpenAI.Threads
Assembly
OpenAI-DotNet.dll
public sealed class SubmitToolOutputs
Inheritance
SubmitToolOutputs
Inherited Members

Properties

ToolCalls

A list of the relevant tool calls.

[JsonInclude]
[JsonPropertyName("tool_calls")]
public IReadOnlyList<ToolCall> ToolCalls { get; }

Property Value

IReadOnlyList<ToolCall>