fix(chat): handle guest total limit
This commit is contained in:
@@ -6,7 +6,8 @@ import { z } from "zod";
|
||||
|
||||
export const ChatBlockDetailSchema = z.object({
|
||||
type: z.string(),
|
||||
usedToday: z.number(),
|
||||
usedToday: z.number().optional(),
|
||||
usedTotal: z.number().optional(),
|
||||
limit: z.number(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user