feat: add agent avatar support (#1329) (thanks @dlauer)
This commit is contained in:
@@ -86,6 +86,7 @@ export const IdentitySchema = z
|
||||
name: z.string().optional(),
|
||||
theme: z.string().optional(),
|
||||
emoji: z.string().optional(),
|
||||
avatar: z.string().optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional();
|
||||
|
||||
Reference in New Issue
Block a user