Test documentation build

This commit is contained in:
Aymeric 2024-12-31 12:39:23 +01:00
parent b21c1817dc
commit d8fd2179a0
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ Better ways to guide your LLM engine are:
- If it's about how to use tools: the description attribute of your tools.
If after trying the above, you still want to change the system prompt, your new system prompt passed to `system_prompt` upon agent initialization needs to contain the following placeholders that will be used to insert certain automatically generated descriptions when running the agent:
- `"{{tool_descriptions}}"` to insert tool descriptions
- `"{{managed_agents_description}}"` to insert the description for managed agents if there are any
- `"{{tool_descriptions}}"` to insert tool descriptions.
- `"{{managed_agents_description}}"` to insert the description for managed agents if there are any.
- For `CodeAgent` only: `"{{authorized_imports}}"` to insert the list of authorized imports.