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
The idea would be to allow the following kind of dialog definition :
"M{mode}R{range}A{amplitude:+E6}"
The system would automatically query the values of the named properties (only properties should be allowed) and format the response string.
We could store a callable in the _dialogues dictionary and choose how to treat the response depending on whether or not it is a callable.
The text was updated successfully, but these errors were encountered:
MatthieuDartiailh
changed the title
Add support for more complex dialog
Add support for more complex dialogs
May 15, 2015
The idea would be to allow the following kind of dialog definition :
"M{mode}R{range}A{amplitude:+E6}"
The system would automatically query the values of the named properties (only properties should be allowed) and format the response string.
We could store a callable in the _dialogues dictionary and choose how to treat the response depending on whether or not it is a callable.
The text was updated successfully, but these errors were encountered: