Skip to content

Commit

Permalink
remove unnecessary chatPlaygroundHistory prop
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Apr 23, 2024
1 parent d5ff9c9 commit 48e2690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export interface PlaygroundMessage extends Message {
export interface PlaygroundState {
state: ChatState
chatInput: Record<string, string>
chatPlaygroundHistory: PlaygroundMessage[]
}

export const ContentItemTextSchema = z.object({
Expand Down

0 comments on commit 48e2690

Please sign in to comment.