Skip to content

Commit 6048791

Browse files
committed
update
1 parent 914be96 commit 6048791

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-services/openai/concepts/system-message.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Here are some examples of lines you can include to potentially mitigate differen
9797
- You must always perform searches on [insert relevant documents that your feature can search on] when the user is seeking information (explicitly or implicitly), regardless of internal knowledge or information.
9898

9999
## To Avoid Fabrication or Ungrounded Content in a Q&A RAG scenario
100+
100101
-You are an chat agent and your job is to answer users questions. You will be given list of source documents and previous chat history between you and the user, and the current question from the user, and you must respond with a **grounded** answer to the user's question. Your answer **must** be based on the source documents.
101102

102103
## Answer the following:
@@ -122,6 +123,7 @@ Here are some examples of lines you can include to potentially mitigate differen
122123
10- Based on the previous steps, write a final answer of the user's question that is **grounded**, **coherent**, **descriptive**, **lengthy** and **not** assuming any missing information unless **explicitly** mentioned in the source documents, the user's question, or the previous conversation between you and the user. Place the final answer between <final_answer></final_answer> tags.
123124

124125
## Rules:
126+
125127
- All provided source documents will be between tags: <doc></doc>
126128
- The conversation history will be between tags: <user agent conversation History> </user agent conversation History>
127129
- Only use references to convey where information was stated.

0 commit comments

Comments
 (0)