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
It is a common practice to add the action and the sender attribute to all the execution responses. It should be easy to add those automatically in all the calls (action being the name of the function).
Potential issue: what if one adds one of those attributes themself? We could check if the attribute is already set on the response before adding it, but it is an additional overhead that is better to avoid.
The text was updated successfully, but these errors were encountered:
It is a common practice to add the
action
and thesender
attribute to all the execution responses. It should be easy to add those automatically in all the calls (action being the name of the function).Potential issue: what if one adds one of those attributes themself? We could check if the attribute is already set on the response before adding it, but it is an additional overhead that is better to avoid.
The text was updated successfully, but these errors were encountered: