HTTP API
SubAgentSettings
Determines how long an agent waits for the agents it calls.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
childDeadline |
no | string |
Gets the deadline applied to a single sub-agent run (the cooperative layer). | pattern ^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$ |
waitTimeout |
no | string |
Gets the hard wait cutoff handed to the framework (the hard-cutoff layer). Must be greater than ChildDeadline. |
pattern ^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$ |