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
In order to make ask and tell more flexible, we can add emitter kwargs that get passed in. If the kwargs is a single dict, we pass those kwargs to all the emitters. If it is a list of dicts, each entry holds kwargs for one emitter.
The text was updated successfully, but these errors were encountered:
Added in #159 but reverted in #167 as we are still thinking about the behavior of this feature -- for instance, what if we had emitters that take in an argument but other emitters that did not take in the argument, but we did not want to have to duplicate the kwargs in a list?
Description
In order to make ask and tell more flexible, we can add emitter kwargs that get passed in. If the kwargs is a single dict, we pass those kwargs to all the emitters. If it is a list of dicts, each entry holds kwargs for one emitter.
The text was updated successfully, but these errors were encountered: