Good day all,
I hope all is well. Can you please help with this issue? I’ve been trying to replicate an agents that uses OpenAI and Conebase and replace all the services with open source, so I used Ollama and Qdrant. and I have issues retrieving contacts from the database… the error is
" Non string tool message content is not supported"
The agents have no problem sending emails if you write it down, but if you ask by name to get the contact from the database I will get the above error, I tried to filter the output which is this:
[
{
“response”: [
{
“type”: “text”,
“text”: “{"pageContent":"name,email_address: Sara Smith ,[email protected]"}”
}
]
}
]
It’s been 2 days now lol please help.
Share the output returned by the last node
Information on your n8n setup
- **n8n version:Self hosted
- **Database (Qdrant)
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, ):
- Operating system: Linux Server