llm: max_tool_rounds is hardcoded, should be configurable #147

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

In src/kronai/llm.py:96, max_tool_rounds = 10 is hardcoded inside complete(). Consider making it a constructor parameter on LLMClient (like max_retries and base_delay in PR #130) for configurability.

From PR #137 review suggestion.

In `src/kronai/llm.py:96`, `max_tool_rounds = 10` is hardcoded inside `complete()`. Consider making it a constructor parameter on `LLMClient` (like `max_retries` and `base_delay` in PR #130) for configurability. _From PR #137 review suggestion._
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#147
No description provided.