Skip to content
Docs Try Aspire

AzurePromptAgentResource Constructors

Class Constructors 1 member
A Microsoft Foundry prompt agent resource.
Constructor(string, string, string?) Section titled Constructor(string, string, string?)
Creates a new instance of the AzurePromptAgentResource class.
public class AzurePromptAgentResource
{
public AzurePromptAgentResource(
string name,
string model,
string? instructions)
{
// ...
}
}
name string
model string
instructions string?