File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 15
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-8e7a3c9ef00ac517caaa193265398850b6925ab898aaf84e83e28c9f023c0ba8 .yml
3- openapi_spec_hash : ebf53d80dd9066d5ac9401f1493544e3
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-252ab435934e85d5f76957188c64906abf76a0351c5861383327cb1297a2ac8a .yml
3+ openapi_spec_hash : ed801bb30428c1c66cb0af97e3f6ee9c
44config_hash : 253e4b5ca01236d448980a78491c17c5
Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ class VariantSource(BaseModel):
2626 skill_path : str
2727 """Path to the skill definition file within the repository"""
2828
29+ worker_host : Optional [str ] = None
30+ """
31+ Self-hosted worker host that reported this skill. Present only for skills
32+ discovered from self-hosted workers (as opposed to skills from GitHub repos
33+ linked to environments).
34+ """
35+
2936
3037class Variant (BaseModel ):
3138 id : str
You can’t perform that action at this time.
0 commit comments