File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 30
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-26fe911710c2420129c251b262020897f69fed2639f5b2c723a0201eeb704d87 .yml
3- openapi_spec_hash : fa522af8f97365f58c91b6f46747521d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-0df52128804dae127821b5a4dd712b4ba1d18056cc91bdf0b98dfa8107baa6f1 .yml
3+ openapi_spec_hash : bb90b322628af89b8e8ee3ce9a64cf19
44config_hash : b31a3f1bbe9abcc7bb144942d88ad1b6
Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ export namespace ExecuteToolResponse {
178178 | 'TOOL_RUNTIME_RETRY'
179179 | 'TOOL_RUNTIME_CONTEXT_REQUIRED'
180180 | 'TOOL_RUNTIME_FATAL'
181+ | 'CONTEXT_CHECK_FAILED'
182+ | 'CONTEXT_DENIED'
181183 | 'UPSTREAM_RUNTIME_BAD_REQUEST'
182184 | 'UPSTREAM_RUNTIME_AUTH_ERROR'
183185 | 'UPSTREAM_RUNTIME_NOT_FOUND'
@@ -374,6 +376,8 @@ export namespace ToolExecutionAttempt {
374376 | 'TOOL_RUNTIME_RETRY'
375377 | 'TOOL_RUNTIME_CONTEXT_REQUIRED'
376378 | 'TOOL_RUNTIME_FATAL'
379+ | 'CONTEXT_CHECK_FAILED'
380+ | 'CONTEXT_DENIED'
377381 | 'UPSTREAM_RUNTIME_BAD_REQUEST'
378382 | 'UPSTREAM_RUNTIME_AUTH_ERROR'
379383 | 'UPSTREAM_RUNTIME_NOT_FOUND'
You can’t perform that action at this time.
0 commit comments