mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
post rebase fix
This commit is contained in:
@@ -28,6 +28,6 @@ test(
|
|||||||
});
|
});
|
||||||
await page.getByPlaceholder("Send a message or try using").fill("Hello");
|
await page.getByPlaceholder("Send a message or try using").fill("Hello");
|
||||||
await page.keyboard.press("Enter");
|
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",
|
"path": "documents/sets",
|
||||||
"pageTitle": "Document Sets",
|
"pageTitle": "Document Sets",
|
||||||
"options": {
|
"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",
|
"path": "bots",
|
||||||
"pageTitle": "Slack Bots",
|
"pageTitle": "Slack Bots",
|
||||||
"options": {
|
"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",
|
"path": "prompt-library",
|
||||||
"pageTitle": "Prompt Library",
|
"pageTitle": "Prompt Library",
|
||||||
"options": {
|
"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."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user