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