AssistantsModelFactory.RunStepCodeInterpreterToolCall Method

Definition

public static Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCall RunStepCodeInterpreterToolCall (string id, string input, System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCallOutput> outputs);
static member RunStepCodeInterpreterToolCall : string * string * System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCallOutput> -> Azure.AI.OpenAI.Assistants.RunStepCodeInterpreterToolCall
Public Shared Function RunStepCodeInterpreterToolCall (id As String, input As String, outputs As IReadOnlyList(Of RunStepCodeInterpreterToolCallOutput)) As RunStepCodeInterpreterToolCall

Parameters

id
String
input
String

Returns

Applies to