fix(skill): allow missing descriptions (#26391)
This commit is contained in:
@@ -4195,7 +4195,7 @@ export type AppSkillsResponses = {
|
||||
*/
|
||||
200: Array<{
|
||||
name: string
|
||||
description: string
|
||||
description?: string
|
||||
location: string
|
||||
content: string
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user