Skip to content

Missing method implementations in RefinementAgent #1

@ASIWU

Description

@ASIWU

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions