We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ff9c9 commit 48e2690Copy full SHA for 48e2690
1 file changed
src/schemas.ts
@@ -94,7 +94,6 @@ export interface PlaygroundMessage extends Message {
94
export interface PlaygroundState {
95
state: ChatState
96
chatInput: Record<string, string>
97
- chatPlaygroundHistory: PlaygroundMessage[]
98
}
99
100
export const ContentItemTextSchema = z.object({
0 commit comments