From b57a79750f7f97dff393c2d4482b7241ce816d1e Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 13 Apr 2026 21:23:05 +0900 Subject: [PATCH] docs(ollama): verify troubleshooting steps and issue links --- docs/troubleshooting/ollama.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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