Skip to content

Commit 1c66b83

Browse files
authored
1897 fix/typo frontend (#1898)
* fix typo in frontend * fix typo in frontend * Revert "fix typo in frontend" This reverts commit 0ce0b3d.
1 parent 823291e commit 1c66b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/admin/web/src/app/rag/rag-settings/models/engines-configurations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
PromptDefinitionFormatter
2828
} from '../../../shared/model/ai-settings';
2929

30-
export const QuestionCondensingDefaultPrompt: string = `Given a chat history and the latest user question which might reference context in the chat history, formulate a standalone question which can be nderstood without the chat history. Do NOT answer the question, just reformulate it if needed and otherwise return it as is.`;
30+
export const QuestionCondensingDefaultPrompt: string = `Given a chat history and the latest user question which might reference context in the chat history, formulate a standalone question which can be understood without the chat history. Do NOT answer the question, just reformulate it if needed and otherwise return it as is.`;
3131

3232
export const QuestionAnsweringDefaultPrompt: string = `# TOCK (The Open Conversation Kit) chatbot
3333

0 commit comments

Comments
 (0)