AgentDefinitionUnion type
すべてのエージェント定義タイプの共用体タイプ。 ワークフロー、ホスティング、コンテナアプリ、プロンプトおよび外部エージェントをサポートします。
type AgentDefinitionUnion =
| HostedAgentDefinition
| PromptAgentDefinition
| WorkflowAgentDefinition
| ExternalAgentDefinition
| AgentDefinition