chore: generate
This commit is contained in:
@@ -1662,6 +1662,10 @@ export type Config = {
|
|||||||
* Additional paths to skill folders
|
* Additional paths to skill folders
|
||||||
*/
|
*/
|
||||||
paths?: Array<string>
|
paths?: Array<string>
|
||||||
|
/**
|
||||||
|
* URLs to fetch skills from (e.g., https://example.com/.well-known/skills/)
|
||||||
|
*/
|
||||||
|
urls?: Array<string>
|
||||||
}
|
}
|
||||||
watcher?: {
|
watcher?: {
|
||||||
ignore?: Array<string>
|
ignore?: Array<string>
|
||||||
|
|||||||
@@ -9547,6 +9547,13 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"urls": {
|
||||||
|
"description": "URLs to fetch skills from (e.g., https://example.com/.well-known/skills/)",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user