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

This commit is contained in:
Dax 2026-05-08 14:50:06 -04:00 committed by GitHub
commit fed221e0b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 7 deletions

View file

@ -4195,7 +4195,7 @@ export type AppSkillsResponses = {
*/
200: Array<{
name: string
description: string
description?: string
location: string
content: string
}>