Skip to content

Commit 7af86d8

Browse files
committed
merge master
1 parent 3a4c462 commit 7af86d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kag/solver/planner/kag_model_planner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class KAGModelPlanner(PlannerABC):
7777
def __init__(
7878
self,
7979
llm: LLMClient,
80-
system_prompt: PromptABC,
80+
system_prompt: PromptABC,
8181
clarification_prompt: PromptABC,
8282
rewrite_prompt: PromptABC,
8383
**kwargs,

0 commit comments

Comments
 (0)