Kevin Turnbull
Kevin Turnbull
#77 is the original issue.
@jepiqueau - I am having the same issue; except mine doesn't work on Debug builds either. Here's my capacitor.config.ts ```import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = {...
#116 is related. Just linking it since I found that answer first.
When you define the connection manually you have to use the supports_tools parameter. I'm on my phone so I might have the parameter name wrong, but I ran into this.
(thanks for letting me know about the stream parameter 😀)
I checked the code base and it doesn't look like the stream parameter is real. I might be wrong; but I don't see it implemented. It's probably ignored. See: https://github.com/zed-industries/zed/blob/234d6ce5f531422b2667f9fedd8edb86b28ae7f2/crates/ollama/src/ollama.rs#L35...
That makes sense. The first thing to be truncated is the system prompt which includes the tool descriptions.