@optiaxiom/proteus 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3749,8 +3749,8 @@ var public_schema_default = {
|
|
|
3749
3749
|
"properties": {
|
|
3750
3750
|
"$type": { "const": "Question" },
|
|
3751
3751
|
"interaction": {
|
|
3752
|
-
"
|
|
3753
|
-
"
|
|
3752
|
+
"$ref": "#/definitions/ProteusExpression",
|
|
3753
|
+
"description": "Name of the interaction to fire when the user finishes or cancels. When set, submit and cancel send a structured `{ questions, answers }` payload via the named interaction so a calling tool can read the answers programmatically. When omitted, a human-readable transcript is sent via the `message` event instead."
|
|
3754
3754
|
},
|
|
3755
3755
|
"questions": {
|
|
3756
3756
|
"$ref": "#/definitions/ProteusExpression",
|
|
@@ -3688,8 +3688,8 @@ var definitions = {
|
|
|
3688
3688
|
"properties": {
|
|
3689
3689
|
"$type": { "const": "Question" },
|
|
3690
3690
|
"interaction": {
|
|
3691
|
-
"
|
|
3692
|
-
"
|
|
3691
|
+
"$ref": "#/definitions/ProteusExpression",
|
|
3692
|
+
"description": "Name of the interaction to fire when the user finishes or cancels. When set, submit and cancel send a structured `{ questions, answers }` payload via the named interaction so a calling tool can read the answers programmatically. When omitted, a human-readable transcript is sent via the `message` event instead."
|
|
3693
3693
|
},
|
|
3694
3694
|
"questions": {
|
|
3695
3695
|
"$ref": "#/definitions/ProteusExpression",
|