Table of Contents

Class ToolOutputSubmissionRequest

public class ToolOutputSubmissionRequest : AIRequest
Inheritance
object
ToolOutputSubmissionRequest
Inherited Members

Properties

Stream

public bool? Stream { get; set; }

Property Value

bool?

ToolOutputs

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

public List<AssistantsApiToolOutput> ToolOutputs { get; set; }

Property Value

List<AssistantsApiToolOutput>

Methods

AddToolOutput(string, string)

public void AddToolOutput(string toolCallId, string output)

Parameters

toolCallId string
output string