Skip to content

Commit 60ac6cf

Browse files
committed
address PR review comments
1 parent 63c4325 commit 60ac6cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The LLM system message framework described here covers four concepts:
2828

2929
## Define the model’s profile, capabilities, and limitations for your scenario
3030

31-
1. **Define the specific task(s)** you would like the model to complete. Describe who the users of the model will be, what inputs they will provide to the model, and what you expect the model to do with the inputs.
31+
- **Define the specific task(s)** you would like the model to complete. Describe who the users of the model will be, what inputs they will provide to the model, and what you expect the model to do with the inputs.
3232

33-
2. **Define how the model should complete the tasks**, including any additional tools (like APIs, code, plug-ins) the model can use. If it doesn’t use additional tools, it can rely on its own parametric knowledge.
33+
- **Define how the model should complete the tasks**, including any additional tools (like APIs, code, plug-ins) the model can use. If it doesn’t use additional tools, it can rely on its own parametric knowledge.
3434

35-
3. **Define the scope and limitations** of the model’s performance. Provide clear instructions on how the model should respond when faced with any limitations. For example, define how the model should respond if prompted on subjects or for uses that are off topic or otherwise outside of what you want the system to do.
35+
- **Define the scope and limitations** of the model’s performance. Provide clear instructions on how the model should respond when faced with any limitations. For example, define how the model should respond if prompted on subjects or for uses that are off topic or otherwise outside of what you want the system to do.
3636

37-
4. **Define the posture and tone** the model should exhibit in its responses.
37+
- **Define the posture and tone** the model should exhibit in its responses.
3838

3939
Here are some examples of lines you can include:
4040

@@ -52,9 +52,9 @@ Here are some examples of lines you can include:
5252

5353
When using the system message to define the model’s desired output format in your scenario, consider and include the following types of information:
5454

55-
1. **Define the language and syntax** of the output format. If you want the output to be machine parse-able, you may want the output to be in formats like JSON, XSON or XML.
55+
- **Define the language and syntax** of the output format. If you want the output to be machine parse-able, you may want the output to be in formats like JSON, XSON or XML.
5656

57-
2. **Define any styling or formatting** preferences for better user or machine readability. For example, you may want relevant parts of the response to be bolded or citations to be in a specific format.
57+
- **Define any styling or formatting** preferences for better user or machine readability. For example, you may want relevant parts of the response to be bolded or citations to be in a specific format.
5858

5959
Here are some examples of lines you can include:
6060

@@ -69,8 +69,8 @@ Here are some examples of lines you can include:
6969

7070
When using the system message to demonstrate the intended behavior of the model in your scenario, it is helpful to provide specific examples. When providing examples, consider the following:
7171

72-
1. Describe difficult use cases where the prompt is ambiguous or complicated, to give the model additional visibility into how to approach such cases.
73-
2. Show the potential “inner monologue” and chain-of-thought reasoning to better inform the model on the steps it should take to achieve the desired outcomes.
72+
- Describe difficult use cases where the prompt is ambiguous or complicated, to give the model additional visibility into how to approach such cases.
73+
- Show the potential “inner monologue” and chain-of-thought reasoning to better inform the model on the steps it should take to achieve the desired outcomes.
7474

7575
Here is an example:
7676

0 commit comments

Comments
 (0)