fix(skill): allow missing descriptions (#26391)

This commit is contained in:
Dax
2026-05-08 18:50:06 +00:00
committed by GitHub
parent 75308ea47d
commit fed221e0b0
4 changed files with 45 additions and 7 deletions
+1 -1
View File
@@ -4195,7 +4195,7 @@ export type AppSkillsResponses = {
*/
200: Array<{
name: string
description: string
description?: string
location: string
content: string
}>