Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Max priority|depth|iterations values of None should be treated as infinite. #591

Open
djzager opened this issue Jan 27, 2025 · 1 comment

Comments

@djzager
Copy link
Member

djzager commented Jan 27, 2025

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.

The parameters can be found in the server here.

Related issue konveyor/editor-extensions#286

@djzager
Copy link
Member Author

djzager commented Jan 27, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant