AgentDefinitionUnion type
Union type for all agent definition types. Supports workflow, hosted, container app, and prompt agents.
type AgentDefinitionUnion =
| PromptAgentDefinition
| WorkflowAgentDefinition
| HostedAgentDefinition
| ContainerAppAgentDefinition
| AgentDefinition