Skip to content

Commit

Permalink
Add missing types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amolk committed Jan 3, 2025
1 parent 811c811 commit 117c43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/frontend/src/components/Playground/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export interface ChatMessage {
role: 'user' | 'assistant';
content: string;
}

0 comments on commit 117c43b

Please sign in to comment.