rasa-pro 3.13.0a1.dev2__py3-none-any.whl → 3.13.0a1.dev4__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.

@@ -74,7 +74,7 @@ def default_endpoints() -> Dict[str, Any]:
74
74
  return read_yaml_file(
75
75
  str(
76
76
  importlib_resources.files(PACKAGE_NAME).joinpath(
77
- "cli/project_templates/calm/endpoints.yml"
77
+ "cli/project_templates/default/endpoints.yml"
78
78
  )
79
79
  )
80
80
  )
@@ -84,7 +84,7 @@ def default_config(assistant_id: str) -> Dict[str, Any]:
84
84
  base_config = read_yaml_file(
85
85
  str(
86
86
  importlib_resources.files(PACKAGE_NAME).joinpath(
87
- "cli/project_templates/calm/config.yml"
87
+ "cli/project_templates/default/config.yml"
88
88
  )
89
89
  )
90
90
  )
@@ -473,6 +473,7 @@ class PromptToBotService:
473
473
 
474
474
  prompt = dedent(f"""
475
475
  You are a helpful assistant that helps users building chatbots using Rasa.
476
+ Do not mention Rasa Studio - only ever refer to Rasa Pro.
476
477
  You are given the user question as well as context about the user's project.
477
478
  You need to generate a response using content blocks.
478
479
 
@@ -489,8 +490,11 @@ class PromptToBotService:
489
490
  Code blocks:
490
491
  {{
491
492
  "type": "code",
492
- "text": "```yaml\n- action: utter_greet\n next: END\n```"
493
+ "text": "- action: utter_greet\n next: END\n",
494
+ "language": "yaml"
493
495
  }}
496
+ Use code blocks to provide generic code examples. Whenever possible,
497
+ use file blocks to provide the user with changes that apply to their bot.
494
498
 
495
499
  Link blocks:
496
500
  {{
@@ -502,8 +506,10 @@ class PromptToBotService:
502
506
  {{
503
507
  "type": "file",
504
508
  "file": "flows.yml",
505
- "content": "```yaml\n- action: utter_greet\n next: END\n```"
509
+ "content": "- action: utter_greet\n next: END\n",
506
510
  }}
511
+ Whenever possible, use file blocks to provide the user with changes
512
+ that apply to their bot.
507
513
 
508
514
  You can use multiple content blocks to answer the user's question. Return
509
515
  as many content blocks as needed.
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.13.0a1.dev2"
3
+ __version__ = "3.13.0a1.dev4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rasa-pro
3
- Version: 3.13.0a1.dev2
3
+ Version: 3.13.0a1.dev4
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
  Keywords: nlp,machine-learning,machine-learning-library,bot,bots,botkit,rasa conversational-agents,conversational-ai,chatbot,chatbot-framework,bot-framework
6
6
  Author: Rasa Technologies GmbH
@@ -4,7 +4,7 @@ rasa/api.py,sha256=RY3SqtlOcdq4YZGgr6DOm-nUBpiA8l8uguUZOctL_7o,6320
4
4
  rasa/builder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  rasa/builder/create_openai_vector_store.py,sha256=GeOV5Wa5snNr6PNOnRcLjltKrG2NyydeRgGvs81n37g,1929
6
6
  rasa/builder/llm-helper-schema.json,sha256=z5IJc_-2mZ9oQ-z-9WzTivOoqYsLXCAm8MIOTWy5rGs,1609
7
- rasa/builder/prompt_to_bot.py,sha256=UrIVZxnmHDbC4-SetPgbULZ78FHCWonrapptO1hr710,22087
7
+ rasa/builder/prompt_to_bot.py,sha256=ntATcck6MMHTNRQpzXQOB2tseMB21NgKi9QSzZddyiQ,22436
8
8
  rasa/builder/scrape_rasa_docs.py,sha256=HukkTCIh1rMCE8D_EtXGHy0aHtFBVrVTT_6Wpex3XQM,2428
9
9
  rasa/builder/skill_to_bot_prompt.jinja,sha256=h_HyrqPYMjLht8LJyw6vRChNkBTPM0uq2wopo9VjGc0,5345
10
10
  rasa/cli/__init__.py,sha256=eO5vp9rFCANtbTVU-pxN3iMBKw4p9WRcgzytt9MzinY,115
@@ -847,9 +847,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
847
847
  rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
848
848
  rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
849
849
  rasa/validator.py,sha256=IRhLfcgCpps0wSpokOvUGNaY8t8GsmeSmPOUVRKeOeE,83087
850
- rasa/version.py,sha256=jxZAi0dQ4eNkA8YIGBpALYexyy5vE6pxepNm3S_OYFk,124
851
- rasa_pro-3.13.0a1.dev2.dist-info/METADATA,sha256=HsR62T8O3UDx7oN6FKNHlB8-Pz6s-1N9En-3885oAwA,10562
852
- rasa_pro-3.13.0a1.dev2.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
853
- rasa_pro-3.13.0a1.dev2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
854
- rasa_pro-3.13.0a1.dev2.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
855
- rasa_pro-3.13.0a1.dev2.dist-info/RECORD,,
850
+ rasa/version.py,sha256=jE1pYjm2152_i0qt5oD2cxd0kGGE-S9GshzD3iFuYfQ,124
851
+ rasa_pro-3.13.0a1.dev4.dist-info/METADATA,sha256=df5eOzp5yQ8PeEp2nGD8xza-F0mW2ROkVGpjBS5-2Lc,10562
852
+ rasa_pro-3.13.0a1.dev4.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
853
+ rasa_pro-3.13.0a1.dev4.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
854
+ rasa_pro-3.13.0a1.dev4.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
855
+ rasa_pro-3.13.0a1.dev4.dist-info/RECORD,,