Skip to content

Commit 0e3d5c2

Browse files
feat(api): api update (#102)
1 parent 466f75c commit 0e3d5c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 17
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-4981e898c3e83066d6236b8f3f73551bdfc5e2fb5cabe5f10c2929ca099906f4.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-5950a12ea828ddf3badfad91c9b8c89f53872e07ce2cf014c764f04af3c7e121.yml

src/resources/tools/tools.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ export namespace ToolDefinition {
218218

219219
export interface Requirements {
220220
authorization?: Requirements.Authorization;
221+
222+
secrets?: Array<Requirements.Secret>;
221223
}
222224

223225
export namespace Requirements {
@@ -236,6 +238,10 @@ export namespace ToolDefinition {
236238
scopes?: Array<string>;
237239
}
238240
}
241+
242+
export interface Secret {
243+
key: string;
244+
}
239245
}
240246
}
241247

0 commit comments

Comments
 (0)