CodeInterpreterToolCallContent(String) Constructor

Definición

Inicializa una nueva instancia de la clase CodeInterpreterToolCallContent.

public:
 CodeInterpreterToolCallContent(System::String ^ callId);
public CodeInterpreterToolCallContent(string callId);
new Microsoft.Extensions.AI.CodeInterpreterToolCallContent : string -> Microsoft.Extensions.AI.CodeInterpreterToolCallContent
Public Sub New (callId As String)

Parámetros

callId
String

Identificador de llamada de la herramienta.

Se aplica a