You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't like so much the @bot.init_shared_memory/add_shared_memory_initializer names: they're too long and a bit ugly. I think a better naming is the following one:
I don't like so much the
@bot.init_shared_memory
/add_shared_memory_initializer
names: they're too long and a bit ugly. I think a better naming is the following one:@bot.init_shared_memory
›@bot.prepare_memory
self.add_shared_memory_initializer
›self.add_memory_preparer
This is a breaking change, but the old syntax will continue to work until
1.0
.The text was updated successfully, but these errors were encountered: