File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments