swarmauri.standard.utils.sql_log module

class swarmauri.standard.utils.sql_log.SqlLogMeta(name, bases, dct)[source]

Bases: type

mro()

Return a type’s method resolution order.

swarmauri.standard.utils.sql_log.sql_log(self, db_path, conversation_id, model_name, prompt, response, start_datetime, end_datetime)[source]
swarmauri.standard.utils.sql_log.sql_log_decorator(func)[source]