You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user requests a solution and specifies None for any (or all) of max_priority, max_depth, or max_iterations, kai should treat this as the user saying there is no maximum.
Playing around locally (using only defaults), I see this in the konveyor-analyzer output console in the IDE:
INFO - 2025-01-27 16:05:57,958 - kai.kai_rpc_application - Thread-1 - [server.py:494 - get_codeplan_agent_solution()] - starting code plan loop with iterations: None, max depth: 1, and max priority: 0
This makes me think that kai is doing as it should. Leaving this so it doesn't get lost while I research more.
When the user requests a solution and specifies
None
for any (or all) ofmax_priority
,max_depth
, ormax_iterations
, kai should treat this as the user saying there is no maximum.The parameters can be found in the server here.
Related issue konveyor/editor-extensions#286
The text was updated successfully, but these errors were encountered: