Skip to content

Commit a8ca76a

Browse files
feat(api): add action name to the response to invoke
1 parent 76dc7c0 commit a8ca76a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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: 19
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-84945582139b11633f792c1052a33e6af9cafc96bbafc2902a905312d14c4cc1.yml
3-
openapi_spec_hash: c77be216626b789a543529a6de56faed
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-5e4716f7fce42bbcecc7ecb699c1c467ae778d74d558f7a260d531e2af1a7f30.yml
3+
openapi_spec_hash: f545dcef9001b00c2604e3dcc6a12f7a
44
config_hash: 65328ff206b8c0168c915914506d9dba

src/resources/invocations.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ export interface InvocationCreateResponse {
165165
*/
166166
id: string;
167167

168+
/**
169+
* Name of the action invoked
170+
*/
171+
action_name: string;
172+
168173
/**
169174
* Status of the invocation
170175
*/

0 commit comments

Comments
 (0)