QuentinL52 commited on
Commit
17d580e
·
verified ·
1 Parent(s): 6f2a831

Update services/graph_service.py

Browse files
Files changed (1) hide show
  1. services/graph_service.py +1 -1
services/graph_service.py CHANGED
@@ -78,7 +78,7 @@ class GraphInterviewProcessor:
78
 
79
  return prompt | llm_with_tools
80
 
81
- def _should_continue(self, state: InterviewState) -> str:
82
  """
83
  Détermine si l'entretien doit continuer ou se terminer.
84
  """
 
78
 
79
  return prompt | llm_with_tools
80
 
81
+ def _should_continue(self, state: AgentState) -> str:
82
  """
83
  Détermine si l'entretien doit continuer ou se terminer.
84
  """