feat(core): add skill autoinvoke metadata
This commit is contained in:
parent
9f1a8f2149
commit
716f6658db
7 changed files with 86 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ export const Info = Schema.Struct({
|
|||
name: Schema.String,
|
||||
description: Schema.String.pipe(optional),
|
||||
slash: Schema.Boolean.pipe(optional),
|
||||
autoinvoke: Schema.Boolean.pipe(optional),
|
||||
location: AbsolutePath,
|
||||
content: Schema.String,
|
||||
}).annotate({ identifier: "SkillV2.Info" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue