errors after tool use #99
Owner
```
{"time":"2026-04-21T03:37:13.055639698+03:00","level":"INFO","msg":"executing tool call","pkg":"telegram/bot","update_id":"<redacted_update_id>","chat_id":"<redacted_chat_id>","message_id":"<redacted_message_id>","chat_type":"supergroup","from_id":"<redacted_user_id>","request_id":"<redacted_request_id>","tool_name":"send_quiz","tool_call_id":"<redacted_tool_call_id>","invocation_policy":"explicit_request_only"}
{"time":"2026-04-21T03:37:13.149596218+03:00","level":"INFO","msg":"tool result","pkg":"telegram/
bot","update_id":"<redacted_update_id>","chat_id":"<redacted_chat_id>","message_id":"<redacted_message_id>","chat_type":"supergroup","from_id":"<redacted_user_id>","request_id":"<redacted_request_id>","tool_name":"send_quiz","tool_call_id":"<redacted_tool_call_id>","status":"ok","topic_id":"<redacted_topic_id>","summary":"Quiz sent","message_id":"<redacted_sent_message_id>","options_count":4,"correct_option_index":0}
{"time":"2026-04-21T03:37:13.539089462+03:00","level":"ERROR","msg":"backend request failed","pkg":"telegram/bot","update_id":"<redacted_update_id>","chat_id":"<redacted_chat_id>","message_id":"<redacted_message_id>","chat_type":"supergroup","from_id":"<redacted_user_id>","request_id":"<redacted_request_id>","backend":"ollama","feature":"tool_use","model":"gemma4:e4b","error":"no choices in LLM response"}
{"time":"2026-04-21T03:37:13.539509469+03:00","level":"ERROR","msg":"cannot get reply from llm connector","pkg":"telegram/bot","update_id":"<redacted_update_id>","chat_id":"<redacted_chat_id>","message_id":"<redacted_message_id>","chat_type":"supergroup","from_id":"<redacted_user_id>","request_id":"<redacted_request_id>","error":"llm back-end request failed\nno choices in LLM response"}
```
bug
label
fix(tooluse): allow silent completion after successful action tools (#92, closes #99)
fix(tooluse): tolerate empty post-action replies from llm (#92, closes #99)
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?