Skip to content

Commit b04f1ab

Browse files
committed
Update description of
1 parent 2e5944f commit b04f1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_snippets/agent-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
| `search_knowledge` | `bool` | `True` | Add a tool that allows the Model to search the knowledge base |
3838
| `update_knowledge` | `bool` | `False` | Add a tool that allows the Model to update the knowledge base |
3939
| `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.|
4141
| `system_message_role` | `str` | `"system"` | Role for the system message |
4242
| `create_default_system_message` | `bool` | `True` | If True, create a default system message using agent settings |
4343
| `description` | `Optional[str]` | `None` | A description of the Agent that is added to the start of the system message |

0 commit comments

Comments
 (0)