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 : 109
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-278ae77dcf804cd28eda8546ee0bc6ac95f02cdf571e89f257166913b7f4099a .yml
3- openapi_spec_hash : a29714be5cdaad5ed4f05bd45a5377a1
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-2b3cbb2a02e1e261f8d057e6ed0f10d109c8a19ddc95b87438dd2dab0f07f894 .yml
3+ openapi_spec_hash : a7730acfaa14d18dc3c0258841efc150
44config_hash : ecb1ff09d29b565ed1452b5e0362e64d
Original file line number Diff line number Diff line change @@ -161,12 +161,14 @@ export interface BrokerMount {
161161 type : 'broker_mount' ;
162162
163163 /**
164- * Binary to launch the agent (e.g., 'opencode'). Used by ACP broker.
164+ * Binary to launch the agent (e.g., 'opencode'). Used by protocols that launch a
165+ * subprocess (acp, claude_json, codex_app_server).
165166 */
166167 agent_binary ?: string | null ;
167168
168169 /**
169- * Arguments to pass to the agent command (e.g., ['acp']). Used by ACP broker.
170+ * Arguments to pass to the agent command (e.g., ['acp']). Used by protocols that
171+ * launch a subprocess (acp, claude_json, codex_app_server).
170172 */
171173 launch_args ?: Array < string > | null ;
172174
You can’t perform that action at this time.
0 commit comments