CodeInterpreterToolResultContent(String) Constructeur

Définition

Initialise une nouvelle instance de la classe CodeInterpreterToolResultContent.

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

Paramètres

callId
String

ID d’appel de l’outil.

S’applique à