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

This commit is contained in:
Dax
2026-05-08 14:50:06 -04:00
committed by GitHub
parent 526cce42ad
commit 182b79e419
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
}>