Skip to content

Commit 556c8ee

Browse files
committed
updating symbols
1 parent 0e60fb4 commit 556c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/on-your-data-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ See the debugging process starting at [Step 1](#step-1-check-for-retrieval-issue
121121

122122
- If intents are irrelevant, the issue might be that the intent generation step lacks context. It only considers the user question and conversation history. It does not look at the role information or the document chunks. You might want to consider adding a prefix to each user question with a short context string to help the intent generation step.
123123

124-
**Issue 6**: _I have set inScope=true or checked Restrict responses to my data but it still responds to Out-Of-Domain questions._
124+
**Issue 6**: _I have set inScope=true or checked "Restrict responses to my data" but it still responds to Out-Of-Domain questions._
125125

126126
- Consider increasing `strictness`.
127127
- Add the following instruction in your role information / system message:

0 commit comments

Comments
 (0)