diff --git a/docs/troubleshooting/ollama.md b/docs/troubleshooting/ollama.md index 986b7239b..92a310da4 100644 --- a/docs/troubleshooting/ollama.md +++ b/docs/troubleshooting/ollama.md @@ -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