Share via


RunStepToolCall(String) Constructor

Definition

Initializes a new instance of RunStepToolCall.

protected RunStepToolCall (string id);
new Azure.AI.OpenAI.Assistants.RunStepToolCall : string -> Azure.AI.OpenAI.Assistants.RunStepToolCall
Protected Sub New (id As String)

Parameters

id
String

The ID of the tool call. This ID must be referenced when you submit tool outputs.

Exceptions

id is null.

Applies to