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 : 115
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-5b536a11a713dd4e47b270c130368dbfdf1f30282f262c160cd0411fcd291806 .yml
3- openapi_spec_hash : f94d993a7f34461ebde7d0186e8e3c3a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-406ebae7a9b8525a70a6400f4119209fc0230f73c93f56b63ee27b43cf7e5085 .yml
3+ openapi_spec_hash : 7ad158db2a73b2a9c31fce2f7f8f935a
44config_hash : 12de9459ff629b6a3072a75b236b7b70
Original file line number Diff line number Diff line change @@ -178,6 +178,12 @@ export interface BrokerMount {
178178 * The protocol used by the broker to deliver events to the agent.
179179 */
180180 protocol ?: 'acp' | 'claude_json' | null ;
181+
182+ /**
183+ * Working directory in which to launch the agent binary. Defaults to the home
184+ * directory if not specified.
185+ */
186+ working_directory ?: string | null ;
181187}
182188
183189/**
You can’t perform that action at this time.
0 commit comments