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: