Skip to content

Commit 9b668ff

Browse files
Shibani Basavashibbas
authored andcommitted
chore: clean up thought process
1 parent fc018a7 commit 9b668ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/chat-component/src/components/chat-component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ export class ChatComponent extends LitElement {
102102
private chatHistoryController = new ChatHistoryController(this);
103103
private chatContext = new ChatContextController(this);
104104

105-
// Is showing thought process panel
106-
@state()
107-
isShowingThoughtProcess = false;
108-
109105
// These are the chat bubbles that will be displayed in the chat
110106
chatThread: ChatThreadEntry[] = [];
111107

0 commit comments

Comments
 (0)