Spaces:
Build error
Build error
Update PanelInterface.py
Browse files- 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: {
|
| 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
|