AgentValidationConfig
Agent Runtimes / types/execution / AgentValidationConfig
Interface: AgentValidationConfig
Defined in: types/execution.ts:143
Validation configuration for an agent spec.
Indexable
[
key:string]:string|number|boolean|undefined
Properties
maxRetries?
optionalmaxRetries?:number
Defined in: types/execution.ts:146
retryOnFailure?
optionalretryOnFailure?:boolean
Defined in: types/execution.ts:145
timeout?
optionaltimeout?:string
Defined in: types/execution.ts:144