jihuaqiang 1 неделя назад
Родитель
Сommit
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: