Merge pull request #3394 from code-yeongyu/docs/update-ollama

docs(ollama): update issue status notation
This commit is contained in:
YeonGyu-Kim
2026-04-13 21:30:28 +09:00
committed by GitHub
+2 -2
View File
@@ -67,7 +67,7 @@ The proper fix requires Claude Code SDK to:
3. Merge `tool_calls` from multiple lines
4. Return a single merged response
**Tracking**: https://github.com/code-yeongyu/oh-my-openagent/issues/1124
**Tracking**: https://github.com/code-yeongyu/oh-my-openagent/issues/1124 (closed - documented workaround)
## Workaround Implementation
@@ -114,7 +114,7 @@ curl -s http://localhost:11434/api/chat \
## Related Issues
- **oh-my-openagent**: https://github.com/code-yeongyu/oh-my-openagent/issues/1124
- **oh-my-openagent**: https://github.com/code-yeongyu/oh-my-openagent/issues/1124 (closed - workaround documented)
- **Ollama API Docs**: https://github.com/ollama/ollama/blob/main/docs/api.md
## Getting Help