fix(skill): allow missing descriptions (#26391)
This commit is contained in:
parent
75308ea47d
commit
fed221e0b0
4 changed files with 45 additions and 7 deletions
|
|
@ -4195,7 +4195,7 @@ export type AppSkillsResponses = {
|
|||
*/
|
||||
200: Array<{
|
||||
name: string
|
||||
description: string
|
||||
description?: string
|
||||
location: string
|
||||
content: string
|
||||
}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue