次の方法で共有


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

定義

ImageGenerationToolResultContent クラスの新しいインスタンスを初期化します。

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

パラメーター

callId
String

ツール呼び出し ID。

適用対象