Skip to content

Commit 48e2690

Browse files
committed
remove unnecessary chatPlaygroundHistory prop
1 parent d5ff9c9 commit 48e2690

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/schemas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export interface PlaygroundMessage extends Message {
9494
export interface PlaygroundState {
9595
state: ChatState
9696
chatInput: Record<string, string>
97-
chatPlaygroundHistory: PlaygroundMessage[]
9897
}
9998

10099
export const ContentItemTextSchema = z.object({

0 commit comments

Comments
 (0)