Skip to content

Commit 7cd3f79

Browse files
feat(api): api update
1 parent 4d7660f commit 7cd3f79

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.stats.yml

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

src/resources/tools/tools.ts

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

0 commit comments

Comments
 (0)