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 bf86f18 commit 0bdee03Copy full SHA for 0bdee03
components/script/useChatSocket.tsx
@@ -16,6 +16,9 @@ const useChatSocket = (isEmpty?: boolean) => {
16
'github.com/gptscript-ai/gateway-provider',
17
'github.com/gptscript-ai/gateway-creds',
18
'github.com/gptscript-ai/gateway-oauth2',
19
+ 'github.com/gptscript-ai/knowledge',
20
+ 'github.com/gptscript-ai/answers-from-the-internet',
21
+ 'github.com/gptscript-ai/search-website',
22
];
23
// State
24
const [socket, setSocket] = useState<Socket | null>(null);
0 commit comments