elaineaishophouse commited on
Commit
d4504ab
·
verified ·
1 Parent(s): 73701af

Update PanelInterface.py

Browse files
Files changed (1) hide show
  1. PanelInterface.py +1 -1
PanelInterface.py CHANGED
@@ -15,7 +15,7 @@ def build_interface(respondent_agents_dict):
15
 
16
  last_respondent_agent = history.get("last_respondent_agent")
17
  logging.info(f"User message received: {message}")
18
- logging.info(f"Last respondent agent: {last_agent}")
19
 
20
  try:
21
  # Pass last_respondent_agent into the agent selection logic
 
15
 
16
  last_respondent_agent = history.get("last_respondent_agent")
17
  logging.info(f"User message received: {message}")
18
+ logging.info(f"Last respondent agent: {last_respondent_agent}")
19
 
20
  try:
21
  # Pass last_respondent_agent into the agent selection logic