feat(core): add skill autoinvoke metadata
This commit is contained in:
parent
9f1a8f2149
commit
716f6658db
7 changed files with 86 additions and 5 deletions
|
|
@ -2803,6 +2803,7 @@ export type SkillListOutput = {
|
|||
readonly name: string
|
||||
readonly description?: string
|
||||
readonly slash?: boolean
|
||||
readonly autoinvoke?: boolean
|
||||
readonly location: string
|
||||
readonly content: string
|
||||
}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue