mirror of
https://github.com/ollama/ollama.git
synced 2026-01-12 00:06:57 +08:00
We were missing passing along thinking if content was nil (as opposed to empty string) Also added a test for content not being passed, which was the real cause of <https://github.com/ollama/ollama/issues/11704>, since with the way `Content` is typed, not passing it and empty string are distinct