rasa-pro 3.10.16__py3-none-any.whl → 3.10.18__py3-none-any.whl

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.

Potentially problematic release.


This version of rasa-pro might be problematic. Click here for more details.

Files changed (96) hide show
  1. rasa/core/brokers/kafka.py +59 -20
  2. rasa/core/channels/inspector/dist/assets/Tableau10-1b767f5e.js +1 -0
  3. rasa/core/channels/inspector/dist/assets/arc-e2e71d6e.js +1 -0
  4. rasa/core/channels/inspector/dist/assets/blockDiagram-38ab4fdb-9d4eeea5.js +118 -0
  5. rasa/core/channels/inspector/dist/assets/c4Diagram-3d4e48cf-757f3070.js +10 -0
  6. rasa/core/channels/inspector/dist/assets/channel-0e91cabd.js +1 -0
  7. rasa/core/channels/inspector/dist/assets/classDiagram-70f12bd4-cd47db3e.js +2 -0
  8. rasa/core/channels/inspector/dist/assets/classDiagram-v2-f2320105-9bcb314f.js +2 -0
  9. rasa/core/channels/inspector/dist/assets/clone-55f6f037.js +1 -0
  10. rasa/core/channels/inspector/dist/assets/{createText-62fc7601-8b6fcc2a.js → createText-2e5e7dd3-393aac05.js} +1 -1
  11. rasa/core/channels/inspector/dist/assets/edges-e0da2a9e-ce972c1a.js +4 -0
  12. rasa/core/channels/inspector/dist/assets/{erDiagram-9d236eb7-60ffc87f.js → erDiagram-9861fffd-854b01fe.js} +4 -4
  13. rasa/core/channels/inspector/dist/assets/flowDb-956e92f1-362cb0e1.js +10 -0
  14. rasa/core/channels/inspector/dist/assets/flowDiagram-66a62f08-3296ca50.js +4 -0
  15. rasa/core/channels/inspector/dist/assets/flowDiagram-v2-96b9c2cf-1fdfd51c.js +1 -0
  16. rasa/core/channels/inspector/dist/assets/flowchart-elk-definition-4a651766-4f3849e9.js +139 -0
  17. rasa/core/channels/inspector/dist/assets/ganttDiagram-c361ad54-624048d2.js +257 -0
  18. rasa/core/channels/inspector/dist/assets/gitGraphDiagram-72cf32ee-f236b71c.js +70 -0
  19. rasa/core/channels/inspector/dist/assets/graph-c8c56300.js +1 -0
  20. rasa/core/channels/inspector/dist/assets/index-3862675e-71d2e803.js +1 -0
  21. rasa/core/channels/inspector/dist/assets/index-e789f855.js +1045 -0
  22. rasa/core/channels/inspector/dist/assets/{infoDiagram-736b4530-72a0fa5f.js → infoDiagram-f8f76790-3172ab5a.js} +1 -1
  23. rasa/core/channels/inspector/dist/assets/{journeyDiagram-df861f2b-82218c41.js → journeyDiagram-49397b02-60a1cb37.js} +4 -4
  24. rasa/core/channels/inspector/dist/assets/katex-498eb57e.js +261 -0
  25. rasa/core/channels/inspector/dist/assets/layout-60411930.js +1 -0
  26. rasa/core/channels/inspector/dist/assets/{line-5038b469.js → line-c774d6a4.js} +1 -1
  27. rasa/core/channels/inspector/dist/assets/linear-10ded498.js +1 -0
  28. rasa/core/channels/inspector/dist/assets/mindmap-definition-fc14e90a-b7d34e2c.js +312 -0
  29. rasa/core/channels/inspector/dist/assets/{pieDiagram-dbbf0591-a8d03059.js → pieDiagram-8a3498a8-a29b9a48.js} +7 -7
  30. rasa/core/channels/inspector/dist/assets/{quadrantDiagram-4d7f4fd6-6a0e56b2.js → quadrantDiagram-120e2f19-ce394e00.js} +1 -1
  31. rasa/core/channels/inspector/dist/assets/{requirementDiagram-6fc4c22a-2dc7c7bd.js → requirementDiagram-deff3bca-5a67a73c.js} +2 -2
  32. rasa/core/channels/inspector/dist/assets/sankeyDiagram-04a897e0-a59e3bd7.js +8 -0
  33. rasa/core/channels/inspector/dist/assets/sequenceDiagram-704730f1-eb2462a7.js +122 -0
  34. rasa/core/channels/inspector/dist/assets/stateDiagram-587899a1-67b2fb72.js +1 -0
  35. rasa/core/channels/inspector/dist/assets/stateDiagram-v2-d93cdb3a-d218a869.js +1 -0
  36. rasa/core/channels/inspector/dist/assets/{styles-9c745c82-f0fc6921.js → styles-6aaf32cf-6b0132de.js} +1 -1
  37. rasa/core/channels/inspector/dist/assets/styles-9a916d00-0bed1d14.js +160 -0
  38. rasa/core/channels/inspector/dist/assets/styles-c10674c1-784e573a.js +116 -0
  39. rasa/core/channels/inspector/dist/assets/svgDrawCommon-08f97a94-12f0b679.js +1 -0
  40. rasa/core/channels/inspector/dist/assets/{timeline-definition-5b62e21b-bf3e91c1.js → timeline-definition-85554ec2-69c1a04a.js} +3 -3
  41. rasa/core/channels/inspector/dist/assets/{xychartDiagram-2b33534f-4d4026c0.js → xychartDiagram-e933f94c-b01ebabe.js} +3 -3
  42. rasa/core/channels/inspector/dist/index.html +1 -1
  43. rasa/core/channels/inspector/package.json +11 -4
  44. rasa/core/channels/inspector/yarn.lock +89 -99
  45. rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2 +1 -1
  46. rasa/dialogue_understanding/patterns/continue_interrupted.py +9 -0
  47. rasa/dialogue_understanding/stack/utils.py +1 -0
  48. rasa/keys +1 -0
  49. rasa/llm_fine_tuning/conversations.py +1 -1
  50. rasa/nlu/classifiers/fallback_classifier.py +0 -3
  51. rasa/shared/core/constants.py +2 -0
  52. rasa/shared/core/events.py +73 -6
  53. rasa/shared/core/flows/flow.py +4 -4
  54. rasa/shared/core/flows/flow_step.py +15 -10
  55. rasa/shared/core/flows/flow_step_links.py +20 -12
  56. rasa/shared/core/flows/flow_step_sequence.py +5 -3
  57. rasa/shared/core/flows/steps/action.py +3 -2
  58. rasa/shared/core/flows/steps/call.py +3 -3
  59. rasa/shared/core/flows/steps/collect.py +6 -3
  60. rasa/shared/core/flows/steps/continuation.py +3 -1
  61. rasa/shared/core/flows/steps/end.py +3 -1
  62. rasa/shared/core/flows/steps/internal.py +2 -1
  63. rasa/shared/core/flows/steps/link.py +5 -3
  64. rasa/shared/core/flows/steps/no_operation.py +5 -3
  65. rasa/shared/core/flows/steps/set_slots.py +3 -2
  66. rasa/shared/core/flows/steps/start.py +3 -1
  67. rasa/shared/utils/schemas/events.py +2 -2
  68. rasa/version.py +1 -1
  69. {rasa_pro-3.10.16.dist-info → rasa_pro-3.10.18.dist-info}/METADATA +7 -8
  70. {rasa_pro-3.10.16.dist-info → rasa_pro-3.10.18.dist-info}/RECORD +73 -66
  71. rasa/core/channels/inspector/dist/assets/arc-b6e548fe.js +0 -1
  72. rasa/core/channels/inspector/dist/assets/c4Diagram-d0fbc5ce-fa03ac9e.js +0 -10
  73. rasa/core/channels/inspector/dist/assets/classDiagram-936ed81e-ee67392a.js +0 -2
  74. rasa/core/channels/inspector/dist/assets/classDiagram-v2-c3cb15f1-9b283fae.js +0 -2
  75. rasa/core/channels/inspector/dist/assets/edges-f2ad444c-22e77f4f.js +0 -4
  76. rasa/core/channels/inspector/dist/assets/flowDb-1972c806-9dd802e4.js +0 -6
  77. rasa/core/channels/inspector/dist/assets/flowDiagram-7ea5b25a-5fa1912f.js +0 -4
  78. rasa/core/channels/inspector/dist/assets/flowDiagram-v2-855bc5b3-1844e5a5.js +0 -1
  79. rasa/core/channels/inspector/dist/assets/flowchart-elk-definition-abe16c3d-622a1fd2.js +0 -139
  80. rasa/core/channels/inspector/dist/assets/ganttDiagram-9b5ea136-e285a63a.js +0 -266
  81. rasa/core/channels/inspector/dist/assets/gitGraphDiagram-99d0ae7c-f237bdca.js +0 -70
  82. rasa/core/channels/inspector/dist/assets/index-2c4b9a3b-4b03d70e.js +0 -1
  83. rasa/core/channels/inspector/dist/assets/index-a5d3e69d.js +0 -1040
  84. rasa/core/channels/inspector/dist/assets/layout-78cff630.js +0 -1
  85. rasa/core/channels/inspector/dist/assets/linear-c4fc4098.js +0 -1
  86. rasa/core/channels/inspector/dist/assets/mindmap-definition-beec6740-c33c8ea6.js +0 -109
  87. rasa/core/channels/inspector/dist/assets/sankeyDiagram-8f13d901-2360fe39.js +0 -8
  88. rasa/core/channels/inspector/dist/assets/sequenceDiagram-b655622a-41b9f9ad.js +0 -122
  89. rasa/core/channels/inspector/dist/assets/stateDiagram-59f0c015-0aad326f.js +0 -1
  90. rasa/core/channels/inspector/dist/assets/stateDiagram-v2-2b26beab-9847d984.js +0 -1
  91. rasa/core/channels/inspector/dist/assets/styles-080da4f6-564d890e.js +0 -110
  92. rasa/core/channels/inspector/dist/assets/styles-3dcbcfbf-38957613.js +0 -159
  93. rasa/core/channels/inspector/dist/assets/svgDrawCommon-4835440b-ef3c5a77.js +0 -1
  94. {rasa_pro-3.10.16.dist-info → rasa_pro-3.10.18.dist-info}/NOTICE +0 -0
  95. {rasa_pro-3.10.16.dist-info → rasa_pro-3.10.18.dist-info}/WHEEL +0 -0
  96. {rasa_pro-3.10.16.dist-info → rasa_pro-3.10.18.dist-info}/entry_points.txt +0 -0
@@ -1,5 +1,4 @@
1
1
  from __future__ import annotations
2
- import copy
3
2
  import logging
4
3
  from typing import Any, List, Text, Dict, Type, Union, Tuple, Optional
5
4
 
@@ -185,8 +184,6 @@ def undo_fallback_prediction(prediction: Dict[Text, Any]) -> Dict[Text, Any]:
185
184
  if len(intent_ranking) < 2:
186
185
  return prediction
187
186
 
188
- prediction = copy.deepcopy(prediction)
189
187
  prediction[INTENT] = intent_ranking[1]
190
188
  prediction[INTENT_RANKING_KEY] = prediction[INTENT_RANKING_KEY][1:]
191
-
192
189
  return prediction
@@ -165,3 +165,5 @@ POLICY_NAME_RULE = "RulePolicy"
165
165
  CLASSIFIER_NAME_FALLBACK = "FallbackClassifier"
166
166
 
167
167
  POLICIES_THAT_EXTRACT_ENTITIES = {"TEDPolicy"}
168
+
169
+ ERROR_CODE_KEY = "error_code"
@@ -31,15 +31,16 @@ from typing import Union
31
31
 
32
32
  from rasa.shared.constants import DOCS_URL_TRAINING_DATA
33
33
  from rasa.shared.core.constants import (
34
- LOOP_NAME,
35
- EXTERNAL_MESSAGE_PREFIX,
34
+ ACTION_LISTEN_NAME,
36
35
  ACTION_NAME_SENDER_ID_CONNECTOR_STR,
36
+ ACTION_SESSION_START_NAME,
37
+ ENTITY_LABEL_SEPARATOR,
38
+ ERROR_CODE_KEY,
39
+ EXTERNAL_MESSAGE_PREFIX,
37
40
  IS_EXTERNAL,
38
- USE_TEXT_FOR_FEATURIZATION,
39
41
  LOOP_INTERRUPTED,
40
- ENTITY_LABEL_SEPARATOR,
41
- ACTION_SESSION_START_NAME,
42
- ACTION_LISTEN_NAME,
42
+ USE_TEXT_FOR_FEATURIZATION,
43
+ LOOP_NAME,
43
44
  )
44
45
  from rasa.shared.exceptions import UnsupportedFeatureException
45
46
  from rasa.shared.nlu.constants import (
@@ -2528,3 +2529,69 @@ class FlowCancelled(SkipEventInMDStoryMixin):
2528
2529
  )
2529
2530
  except KeyError as e:
2530
2531
  raise ValueError(f"Failed to parse flow_cancelled event. {e}")
2532
+
2533
+
2534
+ class ErrorHandled(Event):
2535
+ """An error occurred during the conversation.
2536
+
2537
+ The error message is stored in the metadata of the event.
2538
+ """
2539
+
2540
+ type_name = "error"
2541
+
2542
+ def __init__(
2543
+ self,
2544
+ error_code: int,
2545
+ timestamp: Optional[float] = None,
2546
+ metadata: Optional[Dict[str, Any]] = None,
2547
+ ) -> None:
2548
+ """Creates event for an error.
2549
+
2550
+ Args:
2551
+ error_code: Error int code.
2552
+ timestamp: When the event was created.
2553
+ metadata: Additional event metadata.
2554
+ """
2555
+ self.error_code = error_code
2556
+ super().__init__(timestamp, metadata)
2557
+
2558
+ def __str__(self) -> Text:
2559
+ """Returns text representation of event."""
2560
+ return f"ErrorHandled({self.error_code})"
2561
+
2562
+ def __repr__(self) -> Text:
2563
+ """Returns event as string for debugging."""
2564
+ return f"ErrorHandled({self.error_code}, {self.timestamp}, {self.metadata})"
2565
+
2566
+ def __hash__(self) -> int:
2567
+ """Returns unique hash for event."""
2568
+ return hash(self.error_code)
2569
+
2570
+ def __eq__(self, other: Any) -> bool:
2571
+ """Compares object with other object."""
2572
+ if not isinstance(other, ErrorHandled):
2573
+ return NotImplemented
2574
+
2575
+ return self.error_code == other.error_code
2576
+
2577
+ def as_story_string(self) -> Text:
2578
+ """Returns text representation of event."""
2579
+ props = json.dumps({ERROR_CODE_KEY: self.error_code})
2580
+ return f"{ErrorHandled.type_name}{props}"
2581
+
2582
+ @classmethod
2583
+ def _from_story_string(cls, parameters: Dict[Text, Any]) -> List["ErrorHandled"]:
2584
+ """Called to convert a parsed story line into an event."""
2585
+ return [
2586
+ ErrorHandled(
2587
+ parameters.get(ERROR_CODE_KEY),
2588
+ parameters.get("timestamp"),
2589
+ parameters.get("metadata"),
2590
+ )
2591
+ ]
2592
+
2593
+ def as_dict(self) -> Dict[Text, Any]:
2594
+ """Returns serialized event."""
2595
+ serialized = super().as_dict()
2596
+ serialized.update({ERROR_CODE_KEY: self.error_code})
2597
+ return serialized
@@ -77,7 +77,7 @@ class Flow:
77
77
  Returns:
78
78
  A Flow object.
79
79
  """
80
- step_sequence = FlowStepSequence.from_json(data.get("steps"))
80
+ step_sequence = FlowStepSequence.from_json(flow_id, data.get("steps"))
81
81
  nlu_triggers = NLUTriggers.from_json(data.get("nlu_trigger"))
82
82
 
83
83
  if file_path and isinstance(file_path, Path):
@@ -180,13 +180,13 @@ class Flow:
180
180
  return None
181
181
 
182
182
  if step_id == START_STEP:
183
- return StartFlowStep(self.first_step_in_flow().id)
183
+ return StartFlowStep(self.id, self.first_step_in_flow().id)
184
184
 
185
185
  if step_id == END_STEP:
186
- return EndFlowStep()
186
+ return EndFlowStep(self.id)
187
187
 
188
188
  if step_id.startswith(CONTINUE_STEP_PREFIX):
189
- return ContinueFlowStep(step_id[len(CONTINUE_STEP_PREFIX) :])
189
+ return ContinueFlowStep(self.id, step_id[len(CONTINUE_STEP_PREFIX) :])
190
190
 
191
191
  for step in self.steps_with_calls_resolved:
192
192
  if step.id == step_id:
@@ -20,10 +20,11 @@ if TYPE_CHECKING:
20
20
  structlogger = structlog.get_logger()
21
21
 
22
22
 
23
- def step_from_json(data: Dict[Text, Any]) -> FlowStep:
23
+ def step_from_json(flow_id: Text, data: Dict[Text, Any]) -> FlowStep:
24
24
  """Create a specific FlowStep from serialized data.
25
25
 
26
26
  Args:
27
+ flow_id: The id of the flow that contains the step.
27
28
  data: data for a specific FlowStep object in a serialized data format.
28
29
 
29
30
  Returns:
@@ -39,17 +40,17 @@ def step_from_json(data: Dict[Text, Any]) -> FlowStep:
39
40
  )
40
41
 
41
42
  if "action" in data:
42
- return ActionFlowStep.from_json(data)
43
+ return ActionFlowStep.from_json(flow_id, data)
43
44
  if "collect" in data:
44
- return CollectInformationFlowStep.from_json(data)
45
+ return CollectInformationFlowStep.from_json(flow_id, data)
45
46
  if "link" in data:
46
- return LinkFlowStep.from_json(data)
47
+ return LinkFlowStep.from_json(flow_id, data)
47
48
  if "call" in data:
48
- return CallFlowStep.from_json(data)
49
+ return CallFlowStep.from_json(flow_id, data)
49
50
  if "set_slots" in data:
50
- return SetSlotsFlowStep.from_json(data)
51
+ return SetSlotsFlowStep.from_json(flow_id, data)
51
52
  if "noop" in data:
52
- return NoOperationFlowStep.from_json(data)
53
+ return NoOperationFlowStep.from_json(flow_id, data)
53
54
  raise RasaException(f"Failed to parse step from json. Unknown type for {data}.")
54
55
 
55
56
 
@@ -67,12 +68,15 @@ class FlowStep:
67
68
  """Additional, unstructured information about this flow step."""
68
69
  next: FlowStepLinks
69
70
  """The next steps of the flow step."""
71
+ flow_id: Text
72
+ """The id of the flow that contains the step."""
70
73
 
71
74
  @classmethod
72
- def from_json(cls, data: Dict[Text, Any]) -> FlowStep:
75
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> FlowStep:
73
76
  """Create a FlowStep object from data in a serialized format.
74
77
 
75
78
  Args:
79
+ flow_id: The id of the flow that contains the step.
76
80
  data: The data for a FlowStep object in a serialized format.
77
81
 
78
82
  Returns:
@@ -87,7 +91,8 @@ class FlowStep:
87
91
  custom_id=data.get("id"),
88
92
  description=data.get("description"),
89
93
  metadata=data.get("metadata", {}),
90
- next=FlowStepLinks.from_json(data.get("next", [])),
94
+ next=FlowStepLinks.from_json(flow_id, data.get("next", [])),
95
+ flow_id=flow_id,
91
96
  )
92
97
 
93
98
  def does_allow_for_next_step(self) -> bool:
@@ -125,7 +130,7 @@ class FlowStep:
125
130
  @property
126
131
  def default_id(self) -> str:
127
132
  """Returns the default id of the flow step."""
128
- return f"{self.idx}_{self.default_id_postfix}"
133
+ return f"{self.flow_id}_{self.idx}_{self.default_id_postfix}"
129
134
 
130
135
  @property
131
136
  def default_id_postfix(self) -> str:
@@ -17,10 +17,13 @@ class FlowStepLinks:
17
17
  links: List[FlowStepLink]
18
18
 
19
19
  @staticmethod
20
- def from_json(data: Union[str, List[Dict[Text, Any]]]) -> FlowStepLinks:
20
+ def from_json(
21
+ flow_id: Text, data: Union[str, List[Dict[Text, Any]]]
22
+ ) -> FlowStepLinks:
21
23
  """Create a FlowStepLinks object from a serialized data format.
22
24
 
23
25
  Args:
26
+ flow_id: The id of the flow that contains the step.
24
27
  data: data for a FlowStepLinks object in a serialized format.
25
28
 
26
29
  Returns:
@@ -30,11 +33,11 @@ class FlowStepLinks:
30
33
  return FlowStepLinks(links=[])
31
34
 
32
35
  if isinstance(data, str):
33
- return FlowStepLinks(links=[StaticFlowStepLink.from_json(data)])
36
+ return FlowStepLinks(links=[StaticFlowStepLink.from_json(flow_id, data)])
34
37
 
35
38
  return FlowStepLinks(
36
39
  links=[
37
- BranchingFlowStepLink.from_json(link_config)
40
+ BranchingFlowStepLink.from_json(flow_id, link_config)
38
41
  for link_config in data
39
42
  if link_config
40
43
  ]
@@ -94,10 +97,11 @@ class FlowStepLink:
94
97
  raise NotImplementedError()
95
98
 
96
99
  @staticmethod
97
- def from_json(data: Any) -> FlowStepLink:
100
+ def from_json(flow_id: Text, data: Any) -> FlowStepLink:
98
101
  """Create a FlowStepLink object from a serialized data format.
99
102
 
100
103
  Args:
104
+ flow_id: The id of the flow that contains the step.
101
105
  data: data for a FlowStepLink object in a serialized format.
102
106
 
103
107
  Returns:
@@ -163,19 +167,20 @@ class BranchingFlowStepLink(FlowStepLink):
163
167
  return self.target_reference
164
168
 
165
169
  @staticmethod
166
- def from_json(data: Dict[Text, Any]) -> BranchingFlowStepLink:
170
+ def from_json(flow_id: Text, data: Dict[Text, Any]) -> BranchingFlowStepLink:
167
171
  """Create a BranchingFlowStepLink object from a serialized data format.
168
172
 
169
173
  Args:
174
+ flow_id: The id of the flow that contains the step.
170
175
  data: data for a BranchingFlowStepLink object in a serialized format.
171
176
 
172
177
  Returns:
173
178
  a BranchingFlowStepLink object.
174
179
  """
175
180
  if "if" in data:
176
- return IfFlowStepLink.from_json(data)
181
+ return IfFlowStepLink.from_json(flow_id, data)
177
182
  else:
178
- return ElseFlowStepLink.from_json(data)
183
+ return ElseFlowStepLink.from_json(flow_id, data)
179
184
 
180
185
  def depth_in_tree(self) -> int:
181
186
  """Returns the depth in the tree."""
@@ -198,10 +203,11 @@ class IfFlowStepLink(BranchingFlowStepLink):
198
203
  """The condition that needs to be satisfied to follow this flow step link."""
199
204
 
200
205
  @staticmethod
201
- def from_json(data: Dict[Text, Any]) -> IfFlowStepLink:
206
+ def from_json(flow_id: Text, data: Dict[Text, Any]) -> IfFlowStepLink:
202
207
  """Create an IfFlowStepLink object from a serialized data format.
203
208
 
204
209
  Args:
210
+ flow_id: The id of the flow that contains the step.
205
211
  data: data for a IfFlowStepLink in a serialized format.
206
212
 
207
213
  Returns:
@@ -213,7 +219,7 @@ class IfFlowStepLink(BranchingFlowStepLink):
213
219
  return IfFlowStepLink(target_reference=data["then"], condition=data["if"])
214
220
  else:
215
221
  return IfFlowStepLink(
216
- target_reference=FlowStepSequence.from_json(data["then"]),
222
+ target_reference=FlowStepSequence.from_json(flow_id, data["then"]),
217
223
  condition=data["if"],
218
224
  )
219
225
 
@@ -238,10 +244,11 @@ class ElseFlowStepLink(BranchingFlowStepLink):
238
244
  """A flow step link that is taken when conditional flow step links weren't taken."""
239
245
 
240
246
  @staticmethod
241
- def from_json(data: Dict[Text, Any]) -> ElseFlowStepLink:
247
+ def from_json(flow_id: Text, data: Dict[Text, Any]) -> ElseFlowStepLink:
242
248
  """Create an ElseFlowStepLink object from serialized data.
243
249
 
244
250
  Args:
251
+ flow_id: The id of the flow that contains the step.
245
252
  data: data for an ElseFlowStepLink in a serialized format
246
253
 
247
254
  Returns:
@@ -253,7 +260,7 @@ class ElseFlowStepLink(BranchingFlowStepLink):
253
260
  return ElseFlowStepLink(target_reference=data["else"])
254
261
  else:
255
262
  return ElseFlowStepLink(
256
- target_reference=FlowStepSequence.from_json(data["else"])
263
+ target_reference=FlowStepSequence.from_json(flow_id, data["else"])
257
264
  )
258
265
 
259
266
  def as_json(self) -> Dict[Text, Any]:
@@ -279,10 +286,11 @@ class StaticFlowStepLink(FlowStepLink):
279
286
  """The id of the linked step."""
280
287
 
281
288
  @staticmethod
282
- def from_json(data: Text) -> StaticFlowStepLink:
289
+ def from_json(flow_id: Text, data: Text) -> StaticFlowStepLink:
283
290
  """Create a StaticFlowStepLink from serialized data
284
291
 
285
292
  Args:
293
+ flow_id: The id of the flow that contains the step.
286
294
  data: data for a StaticFlowStepLink in a serialized format
287
295
 
288
296
  Returns:
@@ -14,17 +14,19 @@ class FlowStepSequence:
14
14
  child_steps: List[FlowStep]
15
15
 
16
16
  @staticmethod
17
- def from_json(data: List[Dict[Text, Any]]) -> FlowStepSequence:
17
+ def from_json(flow_id: Text, data: List[Dict[Text, Any]]) -> FlowStepSequence:
18
18
  """Create a FlowStepSequence object from serialized data
19
19
 
20
20
  Args:
21
+ flow_id: The id of the flow that contains the step.
21
22
  data: data for a StepSequence in a serialized format
22
23
 
23
24
  Returns:
24
25
  A StepSequence object including its flow step objects.
25
26
  """
26
-
27
- flow_steps: List[FlowStep] = [step_from_json(config) for config in data]
27
+ flow_steps: List[FlowStep] = [
28
+ step_from_json(flow_id, config) for config in data
29
+ ]
28
30
 
29
31
  return FlowStepSequence(child_steps=flow_steps)
30
32
 
@@ -15,16 +15,17 @@ class ActionFlowStep(FlowStep):
15
15
  """The action of the flow step."""
16
16
 
17
17
  @classmethod
18
- def from_json(cls, data: Dict[Text, Any]) -> ActionFlowStep:
18
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> ActionFlowStep:
19
19
  """Create an ActionFlowStep object from serialized data
20
20
 
21
21
  Args:
22
+ flow_id: The id of the flow that contains the step.
22
23
  data: data for an ActionFlowStep object in a serialized format
23
24
 
24
25
  Returns:
25
26
  An ActionFlowStep object
26
27
  """
27
- base = super().from_json(data)
28
+ base = super().from_json(flow_id, data)
28
29
  return ActionFlowStep(
29
30
  action=data["action"],
30
31
  **base.__dict__,
@@ -18,16 +18,17 @@ class CallFlowStep(FlowStep):
18
18
  called_flow_reference: Optional["Flow"] = None
19
19
 
20
20
  @classmethod
21
- def from_json(cls, data: Dict[Text, Any]) -> CallFlowStep:
21
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> CallFlowStep:
22
22
  """Used to read flow steps from parsed YAML.
23
23
 
24
24
  Args:
25
+ flow_id: The id of the flow that contains the step.
25
26
  data: The parsed YAML as a dictionary.
26
27
 
27
28
  Returns:
28
29
  The parsed flow step.
29
30
  """
30
- base = super().from_json(data)
31
+ base = super().from_json(flow_id, data)
31
32
  return CallFlowStep(
32
33
  call=data.get("call", ""),
33
34
  **base.__dict__,
@@ -47,7 +48,6 @@ class CallFlowStep(FlowStep):
47
48
  self, should_resolve_calls: bool = True
48
49
  ) -> Generator[FlowStep, None, None]:
49
50
  """Returns the steps in the tree of the flow step."""
50
-
51
51
  yield self
52
52
 
53
53
  if should_resolve_calls:
@@ -1,7 +1,7 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  from dataclasses import dataclass
4
- from typing import Dict, Any, List, Set
4
+ from typing import Dict, Any, List, Set, Text
5
5
 
6
6
  from rasa.shared.constants import UTTER_ASK_PREFIX, ACTION_ASK_PREFIX
7
7
  from rasa.shared.core.flows.flow_step import FlowStep
@@ -61,16 +61,19 @@ class CollectInformationFlowStep(FlowStep):
61
61
  """Whether to reset the slot value at the end of the flow."""
62
62
 
63
63
  @classmethod
64
- def from_json(cls, data: Dict[str, Any]) -> CollectInformationFlowStep:
64
+ def from_json(
65
+ cls, flow_id: Text, data: Dict[str, Any]
66
+ ) -> CollectInformationFlowStep:
65
67
  """Create a CollectInformationFlowStep object from serialized data.
66
68
 
67
69
  Args:
70
+ flow_id: The id of the flow that contains the step.
68
71
  data: data for a CollectInformationFlowStep object in a serialized format
69
72
 
70
73
  Returns:
71
74
  A CollectInformationFlowStep object
72
75
  """
73
- base = super().from_json(data)
76
+ base = super().from_json(flow_id, data)
74
77
  return CollectInformationFlowStep(
75
78
  collect=data["collect"],
76
79
  utter=data.get("utter", f"{UTTER_ASK_PREFIX}{data['collect']}"),
@@ -1,6 +1,7 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  from dataclasses import dataclass
4
+ from typing import Text
4
5
 
5
6
  from rasa.shared.core.flows.flow_step_links import FlowStepLinks, StaticFlowStepLink
6
7
  from rasa.shared.core.flows.steps.constants import (
@@ -14,7 +15,7 @@ from rasa.shared.core.flows.steps.internal import InternalFlowStep
14
15
  class ContinueFlowStep(InternalFlowStep):
15
16
  """A flow step that is dynamically introduced to jump to other flow steps."""
16
17
 
17
- def __init__(self, target_step_id: str) -> None:
18
+ def __init__(self, flow_id: Text, target_step_id: str) -> None:
18
19
  """Initializes a continue-step flow step."""
19
20
  super().__init__(
20
21
  idx=UNSET_FLOW_STEP_ID,
@@ -29,6 +30,7 @@ class ContinueFlowStep(InternalFlowStep):
29
30
  # This is why the continue step links to the step that should be
30
31
  # continued.
31
32
  next=FlowStepLinks(links=[StaticFlowStepLink(target_step_id)]),
33
+ flow_id=flow_id,
32
34
  )
33
35
 
34
36
  @staticmethod
@@ -1,6 +1,7 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  from dataclasses import dataclass
4
+ from typing import Text
4
5
 
5
6
  from rasa.shared.core.flows.flow_step_links import FlowStepLinks
6
7
  from rasa.shared.core.flows.steps.constants import END_STEP, UNSET_FLOW_STEP_ID
@@ -11,7 +12,7 @@ from rasa.shared.core.flows.steps.internal import InternalFlowStep
11
12
  class EndFlowStep(InternalFlowStep):
12
13
  """A dynamically added flow step that marks the end of a flow."""
13
14
 
14
- def __init__(self) -> None:
15
+ def __init__(self, flow_id: Text) -> None:
15
16
  """Initializes an end flow step."""
16
17
  super().__init__(
17
18
  idx=UNSET_FLOW_STEP_ID,
@@ -19,4 +20,5 @@ class EndFlowStep(InternalFlowStep):
19
20
  description=None,
20
21
  metadata={},
21
22
  next=FlowStepLinks(links=[]),
23
+ flow_id=flow_id,
22
24
  )
@@ -13,10 +13,11 @@ class InternalFlowStep(FlowStep):
13
13
  """
14
14
 
15
15
  @classmethod
16
- def from_json(cls, data: Dict[Text, Any]) -> InternalFlowStep:
16
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> InternalFlowStep:
17
17
  """Create an InternalFlowStep object from serialized data.
18
18
 
19
19
  Args:
20
+ flow_id: The id of the flow that contains the step.
20
21
  data: data for an InternalFlowStep in a serialized format
21
22
 
22
23
  Returns:
@@ -16,20 +16,22 @@ class LinkFlowStep(FlowStep):
16
16
  def does_allow_for_next_step(self) -> bool:
17
17
  """Returns whether this step allows for following steps.
18
18
 
19
- Link steps need to be terminal steps, so can't have a next step."""
19
+ Link steps need to be terminal steps, so can't have a next step.
20
+ """
20
21
  return False
21
22
 
22
23
  @classmethod
23
- def from_json(cls, data: Dict[Text, Any]) -> LinkFlowStep:
24
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> LinkFlowStep:
24
25
  """Create a LinkFlowStep from serialized data
25
26
 
26
27
  Args:
28
+ flow_id: The id of the flow that contains the step.
27
29
  data: data for a LinkFlowStep in a serialized format
28
30
 
29
31
  Returns:
30
32
  a LinkFlowStep object
31
33
  """
32
- base = super().from_json(data)
34
+ base = super().from_json(flow_id, data)
33
35
  return LinkFlowStep(
34
36
  link=data["link"],
35
37
  **base.__dict__,
@@ -11,22 +11,24 @@ class NoOperationFlowStep(FlowStep):
11
11
  """A step that doesn't do a thing.
12
12
 
13
13
  This is NOT a branching step (but it can branch - but in addition to that
14
- it also does nothing)."""
14
+ it also does nothing).
15
+ """
15
16
 
16
17
  noop: Any
17
18
  """The id of the flow that should be started subsequently."""
18
19
 
19
20
  @classmethod
20
- def from_json(cls, data: Dict[Text, Any]) -> NoOperationFlowStep:
21
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> NoOperationFlowStep:
21
22
  """Create a NoOperationFlowStep from serialized data
22
23
 
23
24
  Args:
25
+ flow_id: The id of the flow that contains the step.
24
26
  data: data for a NoOperationFlowStep in a serialized format
25
27
 
26
28
  Returns:
27
29
  a NoOperationFlowStep object
28
30
  """
29
- base = super().from_json(data)
31
+ base = super().from_json(flow_id, data)
30
32
  return NoOperationFlowStep(
31
33
  noop=data["noop"],
32
34
  **base.__dict__,
@@ -14,16 +14,17 @@ class SetSlotsFlowStep(FlowStep):
14
14
  """Slots and their values to set in the flow step."""
15
15
 
16
16
  @classmethod
17
- def from_json(cls, data: Dict[Text, Any]) -> SetSlotsFlowStep:
17
+ def from_json(cls, flow_id: Text, data: Dict[Text, Any]) -> SetSlotsFlowStep:
18
18
  """Create a SetSlotsFlowStep from serialized data
19
19
 
20
20
  Args:
21
+ flow_id: The id of the flow that contains the step.
21
22
  data: data for a SetSlotsFlowStep in a serialized format
22
23
 
23
24
  Returns:
24
25
  a SetSlotsFlowStep object
25
26
  """
26
- base = super().from_json(data)
27
+ base = super().from_json(flow_id, data)
27
28
  slots = [
28
29
  {"key": k, "value": v}
29
30
  for slot_sets in data["set_slots"]
@@ -15,10 +15,11 @@ from rasa.shared.core.flows.steps.internal import InternalFlowStep
15
15
  class StartFlowStep(InternalFlowStep):
16
16
  """A dynamically added flow step that represents the beginning of a flow."""
17
17
 
18
- def __init__(self, start_step_id: Text) -> None:
18
+ def __init__(self, flow_id: Text, start_step_id: Text) -> None:
19
19
  """Initializes a start flow step.
20
20
 
21
21
  Args:
22
+ flow_id: The id of the flow that contains the step
22
23
  start_step_id: The step id of the first step of the flow
23
24
  """
24
25
  super().__init__(
@@ -27,4 +28,5 @@ class StartFlowStep(InternalFlowStep):
27
28
  description=None,
28
29
  metadata={},
29
30
  next=FlowStepLinks(links=[StaticFlowStepLink(start_step_id)]),
31
+ flow_id=flow_id,
30
32
  )
@@ -164,8 +164,7 @@ DIALOGUE_STACK_UPDATED = {
164
164
  }
165
165
  ROUTING_SESSION_ENDED = {"properties": {"event": {"const": "routing_session_ended"}}}
166
166
 
167
-
168
- ROUTING_SESSION_ENDED = {"properties": {"event": {"const": "routing_session_ended"}}}
167
+ ERROR_HANDLED = {"properties": {"event": {"const": "error"}}}
169
168
 
170
169
  EVENT_SCHEMA = {
171
170
  "type": "object",
@@ -206,6 +205,7 @@ EVENT_SCHEMA = {
206
205
  FLOW_CANCELLED,
207
206
  DIALOGUE_STACK_UPDATED,
208
207
  ROUTING_SESSION_ENDED,
208
+ ERROR_HANDLED,
209
209
  ],
210
210
  }
211
211
 
rasa/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  # this file will automatically be changed,
2
2
  # do not add anything but the version number here!
3
- __version__ = "3.10.16"
3
+ __version__ = "3.10.18"