We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc018a7 commit 9b668ffCopy full SHA for 9b668ff
packages/chat-component/src/components/chat-component.ts
@@ -102,10 +102,6 @@ export class ChatComponent extends LitElement {
102
private chatHistoryController = new ChatHistoryController(this);
103
private chatContext = new ChatContextController(this);
104
105
- // Is showing thought process panel
106
- @state()
107
- isShowingThoughtProcess = false;
108
-
109
// These are the chat bubbles that will be displayed in the chat
110
chatThread: ChatThreadEntry[] = [];
111
0 commit comments