Spaces:
Sleeping
Sleeping
Commit
·
7fd0a5a
1
Parent(s):
0657353
Print the result of api
Browse files
main.py
CHANGED
@@ -791,6 +791,8 @@ class HealthcareChatbot:
|
|
791 |
# Handle API-based actions
|
792 |
print("🔗 Processing API action...")
|
793 |
action_result = self.handle_api_action(user_message, detected_language, sentiment_result, keywords)
|
|
|
|
|
794 |
|
795 |
response = ChatResponse(
|
796 |
response_id=f"resp_{int(time.time())}",
|
|
|
791 |
# Handle API-based actions
|
792 |
print("🔗 Processing API action...")
|
793 |
action_result = self.handle_api_action(user_message, detected_language, sentiment_result, keywords)
|
794 |
+
|
795 |
+
print(action_result)
|
796 |
|
797 |
response = ChatResponse(
|
798 |
response_id=f"resp_{int(time.time())}",
|