Skip to content

Commit 5036b1b

Browse files
feat(api): api update
1 parent 1baea61 commit 5036b1b

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 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-252ab435934e85d5f76957188c64906abf76a0351c5861383327cb1297a2ac8a.yml
3-
openapi_spec_hash: ed801bb30428c1c66cb0af97e3f6ee9c
4-
config_hash: b39effa64874ba589480760347b915be
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-8e7a3c9ef00ac517caaa193265398850b6925ab898aaf84e83e28c9f023c0ba8.yml
3+
openapi_spec_hash: ebf53d80dd9066d5ac9401f1493544e3
4+
config_hash: 253e4b5ca01236d448980a78491c17c5

src/resources/agent/agent.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,6 @@ export namespace AgentSkill {
178178
* Path to the skill definition file within the repository
179179
*/
180180
skill_path: string;
181-
182-
/**
183-
* Self-hosted worker host that reported this skill. Present only for skills
184-
* discovered from self-hosted workers (as opposed to skills from GitHub repos
185-
* linked to environments).
186-
*/
187-
worker_host?: string;
188181
}
189182
}
190183
}

0 commit comments

Comments
 (0)