-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi! Thank you for developing and maintaining CellForge - it's a really impressive project. I found 3 undefined methods being called in the RefinementAgent class:
_format_dataset_refinement_prompt()- called at line 385 in_refine_dataset_analysis()_format_problem_refinement_prompt()- called at line 400 in_refine_problem_investigation()_format_baseline_refinement_prompt()- called at line 416 in_refine_baseline_assessment()
The refinement loop in refine_analysis() will fail with AttributeError when calling these methods.
Are these methods missing from the repository, or should they be implemented following the pattern of other _format_*_prompt() methods in the class? Could you please provide these implementations or guidance on how they should be structured?
Thank you for your time and for sharing this valuable work with the community!
Metadata
Metadata
Assignees
Labels
No labels