File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 14
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-1b6767b852f3064c16752433a1cfd1db8ef38aa442dcb33b136e78fcc094bc51 .yml
3- openapi_spec_hash : 1fdcb18c88b88e4d257b7748a4896b26
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-753a2c218019502904eeefce9318e46c152ddf6fe4556e232a3a5fc6931f9b80 .yml
3+ openapi_spec_hash : 8d9a460280c5943425e79300f79296c9
44config_hash : 1888db8b2f33dc16874aea51a90e78f7
Original file line number Diff line number Diff line change @@ -647,6 +647,12 @@ export interface AgentRunParams {
647647 */
648648 interactive ?: boolean ;
649649
650+ /**
651+ * Optional run ID of the parent that spawned this run. Used for orchestration
652+ * hierarchies.
653+ */
654+ parent_run_id ?: string ;
655+
650656 /**
651657 * The prompt/instruction for the agent to execute. Required unless a skill is
652658 * specified via the skill field or config.skill_spec.
You can’t perform that action at this time.
0 commit comments