Skip to content

Commit 641bbb6

Browse files
feat: Add trigger URL to task source.
1 parent a95e3f2 commit 641bbb6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-b9b7c97364a43696e42e7fe9071aa42e4e059d61bf5f0bd1f26826a90f9053b3.yml
3-
openapi_spec_hash: 4b25aa8fac3a7adaa44c1cf833307b69
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-ae49b84ec5627699ad71bfbbf01d6ce76587b7cfbbfa10f124b397d0c59b0b82.yml
3+
openapi_spec_hash: b965b21aa3f92e8b9111e50c1b9a8bf0
44
config_hash: 253e4b5ca01236d448980a78491c17c5

src/resources/agent/runs.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ export interface RunItem {
351351
* code and retryability info from the platform error catalog.
352352
*/
353353
status_message?: RunItem.StatusMessage;
354+
355+
/**
356+
* URL to the run trigger (e.g. Slack thread, Linear issue, schedule)
357+
*/
358+
trigger_url?: string;
354359
}
355360

356361
export namespace RunItem {

0 commit comments

Comments
 (0)