Share via


ImageGenerationToolCallContent(String) Constructor

Definition

Initializes a new instance of the ImageGenerationToolCallContent class.

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

Parameters

callId
String

The tool call ID.

Applies to