matrix-gptbot/callbacks/test_response.py
2023-05-05 11:58:57 +00:00

4 lines
No EOL
133 B
Python

async def test_response_callback(response, bot):
bot.logger.log(
f"{response.__class__} response received", "debug")