Hey everyone,
I’m trying to use Continue’s Agent mode with my hailo-ollama setup (running on a Pi 5 with the Hailo-10H).
Whenever I try to send a message in the Agent mode, the server throws a 500 error. Here’s the log:
Plaintext
server=oatpp/1.4.0 code=500 description=Internal Server Error
stacktrace:
- [oatpp::data::mapping::TreeToObjectMapper::mapString()]: Node is NOT a STRING
- [ApiController]: Error processing request
Has anyone else run into this? Are there plans to update the DTOs in hailo-ollama to be a bit more flexible with these agentic requests, or is there a way to tweak the Continue config to keep the payload “simple”?
Cheers!