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: _snippets/agent-reference.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
|`search_knowledge`|`bool`|`True`| Add a tool that allows the Model to search the knowledge base |
38
38
|`update_knowledge`|`bool`|`False`| Add a tool that allows the Model to update the knowledge base |
39
39
|`read_tool_call_history`|`bool`|`False`| Add a tool that allows the Model to get the tool call history |
40
-
|`system_message`|`Optional[Union[str, Callable, Message]]`|`None`| Provide the system message as a string or function|
40
+
|`system_message`|`Optional[Union[str, Callable, Message]]`|`None`| Provide the system message as a string or function. This overrides `description`, `goal`, `instructions`, etc. and sends the provided system message as-is.|
41
41
|`system_message_role`|`str`|`"system"`| Role for the system message |
42
42
|`create_default_system_message`|`bool`|`True`| If True, create a default system message using agent settings |
43
43
|`description`|`Optional[str]`|`None`| A description of the Agent that is added to the start of the system message |
0 commit comments