Skip to content

Commit

Permalink
fix: clean code up
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa authored and manekinekko committed Nov 8, 2023
1 parent e7a479b commit 174e7b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/chat-component/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ export class ChatComponent extends LitElement {
this.chatThoughts = result.thoughts;
this.chatDataPoints = result.data_points;
this.canShowThoughtProcess = true;
// this is a temporary fix until we have chat history and can use the corresponding
// datapoints from the history
// TODO: remove this once we have chat history

return true;
}
Expand Down

0 comments on commit 174e7b6

Please sign in to comment.