Skip to content

Commit e2a29e7

Browse files
author
珈炆
committed
delete log
1 parent 9d9a1ef commit e2a29e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

muagent/service/ekg_inference/intention_router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def get_intention_consult_which(self, query: str, agent=None, root_node_id: Opti
287287
agent = agent if agent else self.agent
288288
query_consult_which = itp.CONSULT_WHICH_PROMPT.format(query=query)
289289
ans = agent.predict(query_consult_which)
290-
logger.info("ans is " + str(ans))
291290

292291
ans = [int(x) - 1 for x in re.findall('\d+', ans) if 0 < int(x) <= len(itp.INTENTIONS_CONSULT_WHICH)]
293292
if ans and itp.INTENTIONS_CONSULT_WHICH[ans[0]] is not itp.INTENTION_CHAT:

0 commit comments

Comments
 (0)