matrix-gptbot/callbacks/test_response.py

4 lines
133 B
Python
Raw Normal View History

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