Skip to content

Commit deabf09

Browse files
feat: Orchestrations V2: Public API endpoints
1 parent 2493dc7 commit deabf09

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 1888db8b2f33dc16874aea51a90e78f7

src/resources/agent/agent.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)