Freigeben über


HostedImageGenerationTool Constructors

Definition

Overloads

Name Description
HostedImageGenerationTool()

Initializes a new instance of the HostedImageGenerationTool class with the specified options.

HostedImageGenerationTool(IReadOnlyDictionary<String,Object>)

Initializes a new instance of the HostedImageGenerationTool class.

HostedImageGenerationTool()

Source:
HostedImageGenerationTool.cs

Initializes a new instance of the HostedImageGenerationTool class with the specified options.

public:
 HostedImageGenerationTool();
public HostedImageGenerationTool();
Public Sub New ()

Applies to

HostedImageGenerationTool(IReadOnlyDictionary<String,Object>)

Source:
HostedImageGenerationTool.cs

Initializes a new instance of the HostedImageGenerationTool class.

public:
 HostedImageGenerationTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedImageGenerationTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedImageGenerationTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedImageGenerationTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))

Parameters

additionalProperties
IReadOnlyDictionary<String,Object>

Any additional properties associated with the tool.

Applies to