For the complete documentation index, see llms.txt. This page is also available as Markdown.

Useful Checks

This section explains most common errors and the checks to perform for troubleshooting

"Model not found" error

Agent not remembering chat history

Only agents with memory utilize instructions & tools, so it is recommended to havethe "memory" parameter defined except for lightweight chat use cases.

Agent not executing tool as expected

Last updated