jihuaqiang 1 week ago
parent
commit
c050ec1e92
1 changed files with 1 additions and 0 deletions
  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: