You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/posts/test.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ authors:
6
6
categories:
7
7
- welcome
8
8
tags:
9
-
- Foo
9
+
- Fooi
10
10
- Bar
11
11
draft: true
12
12
@@ -41,7 +41,7 @@ You have two main options:
41
41
42
42
LLMs are a key component of AI Agents, providing the foundation for understanding and generating human language.
43
43
44
-
## System Messages: The Underlying System of LLMs
44
+
## System Messages: The Underlying System of LLMs
45
45
46
46
System messages (also called System Prompts) define how the model should behave. They serve as persistent instructions, guiding every subsequent interaction.
47
47
@@ -53,6 +53,7 @@ system_message = {
53
53
"content": "You are a professional customer service agent. Always be polite, clear, and helpful."
54
54
}
55
55
```
56
+
56
57
When using Agents, the System Message also gives information about the available tools, provides instructions to the model on how to format the actions to take, and includes guidelines on how the thought process should be segmented.
0 commit comments