jihuaqiang 1 週間 前
コミット
c050ec1e92
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/agent/query_agent.py

+ 1 - 0
src/agent/query_agent.py

@@ -19,6 +19,7 @@ class AgentState(TypedDict):
     refined_queries: List[str]
     context: str
     iteration_count: int
+    knowledgeType: str
 
 
 class QueryGenerationAgent: