AgentDefinitionUnion type

すべてのエージェント定義タイプの共用体タイプ。 ワークフロー、ホスト型、コンテナー アプリ、プロンプト エージェントをサポートします。

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