mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-29 11:14:21 +01:00
fix: add unsupported container property to schema
This commit is contained in:
@@ -18,6 +18,7 @@ export type AssistantMessageContent = z.infer<
|
||||
export const AssistantMessageSchema = z
|
||||
.object({
|
||||
id: z.string(),
|
||||
container: z.null().optional(),
|
||||
type: z.literal("message"),
|
||||
role: z.literal("assistant"),
|
||||
model: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user