次の方法で共有


CodeInterpreterToolCallContent(String) コンストラクター

定義

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)

パラメーター

callId
String

ツール呼び出し ID。

適用対象