be957f2
1
2
def store_interaction(user_id, query, response): print(f"Storing interaction for user {user_id}: {query} -> {response}")