diff --git a/src/schemas.ts b/src/schemas.ts index be2e4d1..5e93180 100644 --- a/src/schemas.ts +++ b/src/schemas.ts @@ -94,7 +94,6 @@ export interface PlaygroundMessage extends Message { export interface PlaygroundState { state: ChatState chatInput: Record - chatPlaygroundHistory: PlaygroundMessage[] } export const ContentItemTextSchema = z.object({