-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The current code requires a result_pattern to be defined for a POST interaction, even though the Knowledge Engine supports POST interactions with only an argument_pattern. This is caused by
| result_pattern=ki["result_pattern"], |
result_pattern . If the result_pattern is not defined then it'll cause a runtime error. It would be best if we make this optional by first checking whether this field is defined, and if it is not defined then initialize it to null.Metadata
Metadata
Assignees
Labels
No labels