Skip to content

Commit cc1d24f

Browse files
committed
chore: add additional error message to values
1 parent aa9db3d commit cc1d24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/rag/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ backend:
112112
ERROR_MESSAGES_NO_OR_EMPTY_COLLECTION: "No documents were provided for searching."
113113
ERROR_MESSAGES_HARMFUL_QUESTION: "I'm sorry, but harmful requests cannot be processed."
114114
ERROR_MESSAGES_NO_ANSWER_FOUND: "I'm sorry, I couldn't find an answer with the context provided."
115+
ERROR_MESSAGE_EMPTY_MESSAGE: "I'm sorry, but I can't answer an empty question."
115116
langfuse:
116117
LANGFUSE_DATASET_NAME: "rag_test_ds"
117118
LANGFUSE_DATASET_FILENAME: "/app/test_data.json"

0 commit comments

Comments
 (0)