mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
post rebase fix
This commit is contained in:
parent
a6ab8a8da4
commit
824844bf84
@ -28,6 +28,6 @@ test(
|
||||
});
|
||||
await page.getByPlaceholder("Send a message or try using").fill("Hello");
|
||||
await page.keyboard.press("Enter");
|
||||
await page.waitForSelector("#danswer-ai-message", { state: "visible" });
|
||||
await page.waitForSelector("#onyx-ai-message", { state: "visible" });
|
||||
}
|
||||
);
|
||||
|
@ -30,7 +30,7 @@
|
||||
"path": "documents/sets",
|
||||
"pageTitle": "Document Sets",
|
||||
"options": {
|
||||
"paragraphText": "Document Sets allow you to group logically connected documents into a single bundle. These can then be used as a filter when performing searches to control the scope of information Danswer searches over."
|
||||
"paragraphText": "Document Sets allow you to group logically connected documents into a single bundle. These can then be used as a filter when performing searches to control the scope of information Onyx searches over."
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -38,7 +38,7 @@
|
||||
"path": "bots",
|
||||
"pageTitle": "Slack Bots",
|
||||
"options": {
|
||||
"paragraphText": "Setup Slack bots that connect to Danswer. Once setup, you will be able to ask questions to Danswer directly from Slack. Additionally, you can:"
|
||||
"paragraphText": "Setup Slack bots that connect to Onyx. Once setup, you will be able to ask questions to Onyx directly from Slack. Additionally, you can:"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -74,7 +74,7 @@
|
||||
"path": "prompt-library",
|
||||
"pageTitle": "Prompt Library",
|
||||
"options": {
|
||||
"paragraphText": "Create prompts that can be accessed with the `/` shortcut in Danswer Chat. Prompts created here will be accessible to all users."
|
||||
"paragraphText": "Create prompts that can be accessed with the `/` shortcut in Onyx Chat. Prompts created here will be accessible to all users."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user