addAndPublishPromptAgent
Function
interface AzureCognitiveServicesProjectResource { // ... omitted for brevity addAndPublishPromptAgent( model: FoundryDeploymentResource, name: string, instructions: string): AzurePromptAgentResource;}Signature
method
addAndPublishPromptAgent builder Adds and publishes a prompt agent to a Microsoft Foundry project.
addAndPublishPromptAgent( model: FoundryDeploymentResource, name: string, instructions: string): AzurePromptAgentResourceParameters
model FoundryDeploymentResource name string instructions string Returns
AzurePromptAgentResource Applies to
This function is an extension method on the following types: