新增接口

This commit is contained in:
meng_xi_pan
2025-04-11 00:30:54 +08:00
parent 45763cf070
commit 02b747015d
3 changed files with 21 additions and 0 deletions

View File

@@ -241,3 +241,8 @@ class DynamicWillingManager(BaseWillingManager):
async def after_generate_reply_handle(self, message_id):
return await super().after_generate_reply_handle(message_id)
async def get_variable_parameters(self):
return await super().get_variable_parameters()
async def set_variable_parameters(self, parameters):
return await super().set_variable_parameters(parameters)