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 03d5ab8 commit cdf691cCopy full SHA for cdf691c
src/components/ChatScreen.tsx
@@ -7,6 +7,7 @@ import CanvasPyInterpreter from './CanvasPyInterpreter';
7
import StorageUtils from '../utils/storage';
8
import { useVSCodeContext } from '../utils/llama-vscode';
9
import { useTranslation } from 'react-i18next';
10
+import { INIT_MESSAGE, INIT_QUERY } from '../Config.ts';
11
12
/**
13
* A message display is a message node with additional information for rendering.
0 commit comments