次の方法で共有


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

定義

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)

パラメーター

callId
String

ツール呼び出し ID。

適用対象