engine: redundant str() wrapping around call_tool return value #146

Closed
opened 2026-07-05 17:34:59 +00:00 by the.auditor · 0 comments
Owner

In src/kronai/engine.py:90, _execute_tool returns str(server.call_tool(...)). Since call_tool() already returns str, the str() wrapping is redundant.

From PR #137 review suggestion.

In `src/kronai/engine.py:90`, `_execute_tool` returns `str(server.call_tool(...))`. Since `call_tool()` already returns `str`, the `str()` wrapping is redundant. _From PR #137 review suggestion._
fuzzy closed this issue 2026-07-05 18:18:08 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#146
No description provided.