Spaces:
Sleeping
Sleeping
| from Agent_Chat_Classification import analyze_message | |
| user_id = "6d58b9dd-4c1a-4ef6-8610-ed80ef067b90" | |
| username = "user_lollo632" | |
| user_msg_en = "what do you think about luck?" | |
| analysis = analyze_message(user_id, user_msg_en) | |
| print(analysis["topic_for_story"] ) | |
| print(analysis.get("topic_for_story") ) |