WorkflowAgentDefinition interface
The workflow agent definition.
- Extends
Properties
| kind | The kind discriminator, always 'workflow'. |
| workflow | The CSDL YAML definition of the workflow. |
Inherited Properties
| rai_config | Configuration for Responsible AI (RAI) content filtering and safety features. |
Property Details
kind
The kind discriminator, always 'workflow'.
kind: "workflow"
Property Value
"workflow"
workflow
The CSDL YAML definition of the workflow.
workflow?: string
Property Value
string
Inherited Property Details
rai_config
Configuration for Responsible AI (RAI) content filtering and safety features.
rai_config?: RaiConfig
Property Value
Inherited From AgentDefinition.rai_config