AgentDefinitionUnion type

所有代理程式定義類型的聯合類型。 支援工作流程、託管、容器應用程式、提示音及外部代理。

type AgentDefinitionUnion =
  | HostedAgentDefinition
  | PromptAgentDefinition
  | WorkflowAgentDefinition
  | ExternalAgentDefinition
  | AgentDefinition