rasa-pro 3.9.16__py3-none-any.whl → 3.9.17__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.
- rasa/dialogue_understanding/commands/change_flow_command.py +6 -0
- rasa/version.py +1 -1
- {rasa_pro-3.9.16.dist-info → rasa_pro-3.9.17.dist-info}/METADATA +1 -1
- {rasa_pro-3.9.16.dist-info → rasa_pro-3.9.17.dist-info}/RECORD +7 -7
- {rasa_pro-3.9.16.dist-info → rasa_pro-3.9.17.dist-info}/NOTICE +0 -0
- {rasa_pro-3.9.16.dist-info → rasa_pro-3.9.17.dist-info}/WHEEL +0 -0
- {rasa_pro-3.9.16.dist-info → rasa_pro-3.9.17.dist-info}/entry_points.txt +0 -0
|
@@ -36,3 +36,9 @@ class ChangeFlowCommand(Command):
|
|
|
36
36
|
# the change flow command is not actually pushing anything to the tracker,
|
|
37
37
|
# but it is predicted by the MultiStepLLMCommandGenerator and used internally
|
|
38
38
|
return []
|
|
39
|
+
|
|
40
|
+
def __eq__(self, other: Any) -> bool:
|
|
41
|
+
return isinstance(other, ChangeFlowCommand)
|
|
42
|
+
|
|
43
|
+
def __hash__(self) -> int:
|
|
44
|
+
return hash(self.command())
|
rasa/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.9.
|
|
3
|
+
Version: 3.9.17
|
|
4
4
|
Summary: State-of-the-art open-core Conversational AI framework for Enterprises that natively leverages generative AI for effortless assistant development.
|
|
5
5
|
Home-page: https://rasa.com
|
|
6
6
|
Keywords: nlp,machine-learning,machine-learning-library,bot,bots,botkit,rasa conversational-agents,conversational-ai,chatbot,chatbot-framework,bot-framework
|
|
@@ -328,7 +328,7 @@ rasa/dialogue_understanding/coexistence/router_template.jinja2,sha256=CHWFreN0sv
|
|
|
328
328
|
rasa/dialogue_understanding/commands/__init__.py,sha256=UOw9_PgBNyI59jxMy5VO8xuGTy7-NKtVfytlKk8imw0,1775
|
|
329
329
|
rasa/dialogue_understanding/commands/can_not_handle_command.py,sha256=2sNnIo1jZ2UEadkBdEWmDasm2tBES59lzvFcf0iY51U,2235
|
|
330
330
|
rasa/dialogue_understanding/commands/cancel_flow_command.py,sha256=z1TmONIPQkYvPm2ZIULfBIXpgn5v6-VIsqInQnW3NH0,4275
|
|
331
|
-
rasa/dialogue_understanding/commands/change_flow_command.py,sha256=
|
|
331
|
+
rasa/dialogue_understanding/commands/change_flow_command.py,sha256=0s3g-3InNZs2eAiI7kmBKp3MzBJN69YzdT-IFJjaCaE,1338
|
|
332
332
|
rasa/dialogue_understanding/commands/chit_chat_answer_command.py,sha256=jl8em1Xw867VAj5EogeuOjWK93uoT71IhjHU076c2mg,1773
|
|
333
333
|
rasa/dialogue_understanding/commands/clarify_command.py,sha256=OzkqVRZrQo20cveqUoQGZE96DdRLLPgfPxJhroubIQw,2822
|
|
334
334
|
rasa/dialogue_understanding/commands/command.py,sha256=oUP7cZHz2ew6JIrauzfkOntomNvgJfpMBhsuYh7cHo4,2528
|
|
@@ -654,9 +654,9 @@ rasa/utils/train_utils.py,sha256=f1NWpp5y6al0dzoQyyio4hc4Nf73DRoRSHDzEK6-C4E,212
|
|
|
654
654
|
rasa/utils/url_tools.py,sha256=JQcHL2aLqLHu82k7_d9imUoETCm2bmlHaDpOJ-dKqBc,1218
|
|
655
655
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
656
656
|
rasa/validator.py,sha256=JFhASyXNzA24SIK4BCyX2rE4x2bsLMU7phYWAMSzlSM,55245
|
|
657
|
-
rasa/version.py,sha256=
|
|
658
|
-
rasa_pro-3.9.
|
|
659
|
-
rasa_pro-3.9.
|
|
660
|
-
rasa_pro-3.9.
|
|
661
|
-
rasa_pro-3.9.
|
|
662
|
-
rasa_pro-3.9.
|
|
657
|
+
rasa/version.py,sha256=j9HbcPYmwWIYhkdN8CmSRbyBZtRR38tUkdbK97ieysQ,117
|
|
658
|
+
rasa_pro-3.9.17.dist-info/METADATA,sha256=mtNL6t3yXzQtzYHaLFTdohTZKfMl0iabkZgzgNQ98yQ,30450
|
|
659
|
+
rasa_pro-3.9.17.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
660
|
+
rasa_pro-3.9.17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
661
|
+
rasa_pro-3.9.17.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
662
|
+
rasa_pro-3.9.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|