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