Skip to content

Commit

Permalink
fix: Remove timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jul 27, 2024
1 parent 599726d commit 24903e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export interface Message {
role: string;
// Message content
content: string;
// Date and time the message was sent
timestamp?: Date;
}

/* Inference types */
Expand Down

0 comments on commit 24903e4

Please sign in to comment.