KAG icon indicating copy to clipboard operation
KAG copied to clipboard

[Bug] [Solver] Missing definition for prompt 'default_iterative_planning'

Open thundax-lyp opened this issue 6 months ago • 0 comments

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Operating system information

Linux

What happened

在测试文件 /tests/unit/executor/kag_config.yaml 中的 iterative_solver_pipeline 定义了叫default_iterative_planning的prompt,但是在项目中没有找到该prompt的定义文件

iterative_solver_pipeline:
  type: kag_iterative_pipeline
  planner:
    type: kag_iterative_planner
    llm: *openie_llm
    plan_prompt:
      type: default_iterative_planning

How to reproduce

rerun test case in /tests/unit/executor/

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

thundax-lyp avatar May 27 '25 07:05 thundax-lyp