rasa-pro 3.12.28__tar.gz → 3.12.30__tar.gz
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_pro-3.12.28 → rasa_pro-3.12.30}/PKG-INFO +1 -1
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/pyproject.toml +3 -1
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/correct_slots_command.py +39 -2
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/processor/command_processor.py +153 -64
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/version.py +1 -1
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/NOTICE +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/README.md +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/__main__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/anonymisation_rule_yaml_reader.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/anonymization_pipeline.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/anonymization_rule_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/anonymization_rule_orchestrator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/schemas/config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/anonymization/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/api.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/data.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/default_arguments.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/evaluate.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/export.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/interactive.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/run.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/shell.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/test.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/train.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/visualize.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/arguments/x.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/data.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/dialogue_understanding_test.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/e2e_test.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/evaluate.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/export.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/inspect.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/interactive.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/license.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/llm_fine_tuning.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/markers.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/action_template.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/add_contact.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/db.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/list_contacts.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/remove_contact.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/credentials.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/data/flows/add_contact.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/data/flows/list_contacts.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/data/flows/remove_contact.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/db/contacts.json +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/add_contact.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/list_contacts.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/remove_contact.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/shared.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/cancelations/user_cancels_during_a_correction.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/cancelations/user_changes_mind_on_a_whim.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/corrections/user_corrects_contact_handle.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/corrections/user_corrects_contact_name.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_adds_contact_to_their_list.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_lists_contacts.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_removes_contact.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_removes_contact_from_list.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/endpoints.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/actions/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/actions/actions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/credentials.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/data/nlu.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/data/rules.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/data/stories.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/domain.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/endpoints.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/tests/test_stories.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/actions/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/actions/actions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/credentials.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/data/flows.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/data/patterns.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/domain.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/endpoints.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/run.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/scaffold.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/shell.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/studio/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/studio/download.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/studio/studio.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/studio/train.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/studio/upload.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/telemetry.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/test.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/train.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/visualize.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/x.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_clean_stack.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_hangup.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_repeat_bot_messages.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_run_slot_rejections.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_trigger_chitchat.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_trigger_flow.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/action_trigger_search.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/custom_action_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/direct_custom_actions_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/e2e_stub_custom_action_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/forms.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/grpc_custom_action_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/http_custom_action_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/loops.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/actions/two_stage_fallback.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/agent.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/auth_retry_tracker_store.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/brokers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/brokers/broker.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/brokers/file.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/brokers/kafka.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/brokers/pika.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/brokers/sql.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/botframework.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/callback.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/channel.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/console.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/development_inspector.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/facebook.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/hangouts.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/.eslintrc.cjs +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/.gitignore +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/README.md +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/assets/favicon.ico +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/assets/rasa-chat.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/custom.d.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/Tableau10-1b767f5e.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/arc-59d3b774.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/array-9f3ba611.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/blockDiagram-38ab4fdb-9c92728b.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/c4Diagram-3d4e48cf-720aae35.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/channel-03ccc28c.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/classDiagram-70f12bd4-eec51009.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/classDiagram-v2-f2320105-22f4b95b.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/clone-7300c31a.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/createText-2e5e7dd3-3ebaf8fc.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/edges-e0da2a9e-27d29830.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/erDiagram-9861fffd-da5b2795.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/flowDb-956e92f1-445b4048.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/flowDiagram-66a62f08-7045c887.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/flowDiagram-v2-96b9c2cf-9642d519.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/flowchart-elk-definition-4a651766-363846fa.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/ganttDiagram-c361ad54-b6ecc463.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/gitGraphDiagram-72cf32ee-1332f71d.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/graph-5f28327c.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-128cfa44.ttf +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-21dbcb97.woff +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-222b5e26.svg +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-9ad89b2a.woff2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/index-3862675e-adf68ef9.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/index-3ee28881.css +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/index-511b27e7.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/infoDiagram-f8f76790-d05180cd.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/init-77b53fdd.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/journeyDiagram-49397b02-0c46f8f3.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/katex-498eb57e.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-60c05ee4.woff +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-8335d9b8.svg +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-9cc39c75.ttf +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-ead13ccf.woff2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-16705655.woff2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-5aeb07f9.woff +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-9c459044.ttf +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-9e2898a4.svg +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/layout-f169de61.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/line-4404b723.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/linear-7c7bfd39.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/mindmap-definition-fc14e90a-ec1113f6.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/ordinal-ba9b4969.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/path-53f90ab3.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/pieDiagram-8a3498a8-a0407dba.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/quadrantDiagram-120e2f19-fbb9d98a.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/requirementDiagram-deff3bca-afd4d3fd.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/sankeyDiagram-04a897e0-4428110a.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/sequenceDiagram-704730f1-d6b1d8bc.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/stateDiagram-587899a1-a80bbb9a.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/stateDiagram-v2-d93cdb3a-05cec9d3.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/styles-6aaf32cf-bd061dc3.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/styles-9a916d00-5f4a9329.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/styles-c10674c1-6d90c832.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/svgDrawCommon-08f97a94-fc0d4c13.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/timeline-definition-85554ec2-cdde6c47.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/assets/xychartDiagram-e933f94c-d0674efc.js +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/dist/index.html +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/index.html +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/jest.config.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/package.json +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/setupTests.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/App.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/Chat.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/DiagramFlow.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/DialogueInformation.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/DialogueStack.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/ExpandIcon.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/FullscreenButton.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/LoadingSpinner.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/NoActiveFlow.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/RasaLogo.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/RecruitmentPanel.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/SaraDiagrams.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/Slots.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/components/Welcome.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/helpers/audiostream.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/helpers/conversation.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/helpers/formatters.test.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/helpers/formatters.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/helpers/utils.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/main.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Button/Button.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Heading/Heading.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Input/Input.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Link/Link.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Modal/Modal.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Table/Table.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/Tooltip/Tooltip.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/breakpoints.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/colors.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/fontFaces.css +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.eot +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.svg +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.ttf +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.woff +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.woff2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.eot +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.svg +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.ttf +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.woff +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.woff2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.eot +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.svg +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.ttf +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.woff +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.woff2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/radii.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/shadows.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/sizes.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/space.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/styles.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/typography.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/base/zIndices.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/theme/index.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/types.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/src/vite-env.d.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/tests/__mocks__/fileMock.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/tests/__mocks__/matchMedia.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/tests/__mocks__/styleMock.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/tests/renderWithProviders.tsx +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/tsconfig.json +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/tsconfig.node.json +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/vite.config.ts +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/inspector/yarn.lock +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/mattermost.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/rasa_chat.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/rest.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/rocketchat.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/slack.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/socketio.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/studio_chat.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/telegram.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/twilio.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/vier_cvg.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_ready/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_ready/audiocodes.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_ready/jambonz.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_ready/jambonz_protocol.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_ready/twilio_voice.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_ready/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/asr/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/asr/asr_engine.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/asr/asr_event.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/asr/azure.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/asr/deepgram.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/audio_bytes.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/audiocodes.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/browser_audio.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/call_state.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/genesys.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/tts/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/tts/azure.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/tts/cartesia.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/tts/tts_cache.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/tts/tts_engine.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/twilio_media_streams.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/util.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/voice_stream/voice_channel.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/channels/webexteams.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/concurrent_lock_store.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/evaluation/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/evaluation/marker.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/evaluation/marker_base.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/evaluation/marker_stats.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/evaluation/marker_tracker_loader.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/exporter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/featurizers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/featurizers/precomputation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/featurizers/single_state_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/featurizers/tracker_featurizers.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/http_interpreter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/information_retrieval/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/information_retrieval/faiss.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/information_retrieval/information_retrieval.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/information_retrieval/milvus.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/information_retrieval/qdrant.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/jobs.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/lock.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/lock_store.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/migrate.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/callback.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/contextual_response_rephraser.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/interpolator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/response.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/summarize.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/nlg/translate.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/persistor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/ensemble.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/enterprise_search_policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/enterprise_search_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/flow_policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/flows/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/flows/flow_exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/flows/flow_executor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/flows/flow_step_result.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/intentless_policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/intentless_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/memoization.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/rule_policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/ted_policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/policies/unexpected_intent_policy.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/processor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/run.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/secrets_manager/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/secrets_manager/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/secrets_manager/endpoints.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/secrets_manager/factory.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/secrets_manager/secret_manager.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/secrets_manager/vault.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/test.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/tracker_store.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/train.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/training/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/training/converters/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/training/converters/responses_prefix_converter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/training/interactive.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/training/story_conflict.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/training/training.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/core/visualize.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/coexistence/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/coexistence/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/coexistence/intent_based_router.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/coexistence/llm_based_router.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/coexistence/router_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/can_not_handle_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/cancel_flow_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/change_flow_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/chit_chat_answer_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/clarify_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/command_syntax_manager.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/error_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/free_form_answer_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/handle_code_change_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/human_handoff_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/knowledge_answer_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/noop_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/prompt_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/repeat_bot_messages_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/restart_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/session_end_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/session_start_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/set_slot_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/skip_question_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/start_flow_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/user_silence_command.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/_jinja_filters.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/command_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/command_parser.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/flow_document_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/flow_retrieval.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/llm_based_command_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/llm_command_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/multi_step/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/multi_step/fill_slots_prompt.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/multi_step/handle_flows_prompt.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/multi_step/multi_step_llm_command_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/nlu_command_adapter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/prompt_templates/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/prompt_templates/command_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/prompt_templates/command_prompt_v2_claude_3_5_sonnet_20240620_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/prompt_templates/command_prompt_v2_gpt_4o_2024_11_20_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/single_step/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/single_step/compact_llm_command_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/single_step/single_step_llm_command_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/generator/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/cancel.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/cannot_handle.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/chitchat.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/clarify.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/code_change.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/collect_information.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/completed.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/continue_interrupted.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/correction.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/default_flows_for_patterns.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/human_handoff.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/internal_error.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/repeat.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/restart.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/search.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/session_start.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/skip_question.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/user_silence.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/patterns/validate_slot.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/processor/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/processor/command_processor_component.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/dialogue_stack.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/frames/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/frames/chit_chat_frame.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/frames/dialogue_stack_frame.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/frames/flow_stack_frame.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/frames/pattern_frame.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/frames/search_frame.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/stack/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/README.md +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/command_comparison.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/command_metric_calculation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/du_test_case.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/du_test_result.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/du_test_runner.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/du_test_schema.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/io.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/test_case_simulation/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/test_case_simulation/exception.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/test_case_simulation/test_case_tracker_simulator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding_test/validation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/aggregate_test_stats_calculator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/assertions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/assertions_schema.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_config_schema.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_case.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_converter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_converter_prompt.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_coverage_report.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_result.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_runner.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/e2e_test_schema.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/llm_judge_prompts/answer_relevance_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/llm_judge_prompts/groundedness_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/pykwalify_extensions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/stub_custom_action.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/utils/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/utils/e2e_yaml_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/utils/generative_assertions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/utils/io.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/e2e_test/utils/validation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/caching.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/graph.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/language.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/loader.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/recipes/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/recipes/config_files/default_config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/recipes/default_components.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/recipes/default_recipe.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/recipes/graph_recipe.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/recipes/recipe.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/runner/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/runner/dask.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/runner/interface.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/storage/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/storage/local_model_storage.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/storage/resource.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/storage/storage.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/training/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/training/components.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/training/fingerprinting.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/training/graph_trainer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/training/hooks.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/engine/validation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/env.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/converters/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/converters/nlu_message_converter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/domain_for_core_training_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/domain_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/flows_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/forms_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/nlu_training_data_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/responses_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/rule_only_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/story_graph_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/providers/training_tracker_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/validators/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/validators/default_recipe_validator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/graph_components/validators/finetuning_validator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/hooks.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/jupyter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/keys +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/annotation_module.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/conversations.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/llm_data_preparation_module.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/paraphrasing/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/paraphrasing/conversation_rephraser.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/paraphrasing/default_rephrase_prompt_template.jina2 +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/paraphrasing/rephrase_validator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/paraphrasing/rephrased_user_message.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/paraphrasing_module.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/storage.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/train_test_split_module.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/llm_fine_tuning/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/markers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/markers/marker.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/markers/marker_base.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/markers/upload.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/markers/validate.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/model_api.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/runner_service.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/socket_bridge.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/studio_jwt_auth.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/trainer_service.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_manager/warm_rasa_process.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_service.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_testing.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/model_training.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/diet_classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/fallback_classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/keyword_intent_classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/logistic_regression_classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/mitie_intent_classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/regex_message_handler.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/classifiers/sklearn_intent_classifier.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/convert.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/emulators/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/emulators/dialogflow.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/emulators/emulator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/emulators/luis.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/emulators/no_emulator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/emulators/wit.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/crf_entity_extractor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/duckling_entity_extractor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/entity_synonyms.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/extractor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/mitie_entity_extractor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/regex_entity_extractor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/extractors/spacy_entity_extractor.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/dense_featurizer/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/dense_featurizer/convert_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/dense_featurizer/dense_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/dense_featurizer/lm_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/dense_featurizer/mitie_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/dense_featurizer/spacy_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/sparse_featurizer/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/sparse_featurizer/count_vectors_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/sparse_featurizer/regex_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/featurizers/sparse_featurizer/sparse_featurizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/model.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/run.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/selectors/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/selectors/response_selector.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/test.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/tokenizers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/tokenizers/jieba_tokenizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/tokenizers/mitie_tokenizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/tokenizers/spacy_tokenizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/tokenizers/tokenizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/tokenizers/whitespace_tokenizer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/bilou_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/hugging_face/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/hugging_face/registry.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/hugging_face/transformers_pre_post_processors.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/mitie_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/pattern_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/nlu/utils/spacy_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/plugin.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/server.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/command_payload_reader.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/conversation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/domain.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/events.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flow.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flow_path.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flow_step.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flow_step_links.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flow_step_sequence.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flows_list.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/flows_yaml_schema.json +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/nlu_trigger.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/action.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/call.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/collect.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/continuation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/end.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/internal.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/link.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/no_operation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/set_slots.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/steps/start.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/validation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/flows/yaml_flows_io.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/policies/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/policies/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/slot_mappings.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/slots.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/trackers.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/loading.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_reader/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_reader/story_reader.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_reader/story_step_builder.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_reader/yaml_story_reader.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_writer/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_writer/story_writer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/story_writer/yaml_story_writer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/structures.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/visualization.html +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/core/training_data/visualization.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/data.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/engine/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/engine/caching.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/importers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/importers/importer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/importers/multi_project.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/importers/rasa.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/importers/remote_importer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/importers/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/interpreter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/entities_parser.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/features.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/dialogflow.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/luis.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/rasa.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/rasa_yaml.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/readerwriter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/formats/wit.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/loading.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/lookup_tables_parser.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/message.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/schemas/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/schemas/data_schema.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/schemas/nlu.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/schemas/responses.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/synonyms_parser.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/training_data.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/nlu/training_data/util.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/azure_entra_id_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/azure_openai_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/default_litellm_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/huggingface_local_embedding_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/litellm_router_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/model_group_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/oauth_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/openai_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/rasa_llm_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/self_hosted_llm_client_config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_configs/utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_ssl_verification_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/_base_litellm_embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/_langchain_embedding_client_adapter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/azure_openai_embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/default_litellm_embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/embedding_response.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/huggingface_local_embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/litellm_router_embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/embedding/openai_embedding_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/_base_litellm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/azure_openai_llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/default_litellm_llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/litellm_router_llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/llm_response.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/openai_llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/rasa_llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/llm/self_hosted_llm_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/mappings.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/router/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/router/_base_litellm_router_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/providers/router/router_client.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/cli.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/common.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/health_check/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/health_check/embeddings_health_check_mixin.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/health_check/health_check.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/health_check/llm_health_check_mixin.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/io.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/llm.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/pykwalify_extensions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/schemas/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/schemas/config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/schemas/domain.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/schemas/events.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/schemas/model_config.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/schemas/stories.yml +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/shared/utils/yaml.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/auth.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/data_handler.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/download.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/results_logger.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/train.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/studio/upload.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/telemetry.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/config.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/instrumentation/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/instrumentation/intentless_policy_instrumentation.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/instrumentation/metrics.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/tracing/metric_instrument_provider.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/beta.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/cli.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/common.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/converter.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/endpoints.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/io.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/json_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/licensing.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/log_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/mapper.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/ml_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/plotting.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/sanic_error_handler.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/singleton.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/__init__.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/callback.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/constants.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/crf.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/data_generator.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/environment.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/exceptions.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/feature_array.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/layers.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/layers_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/metrics.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/model_data.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/model_data_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/models.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/rasa_layers.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/transformer.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/tensorflow/types.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/train_utils.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/url_tools.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/utils/yaml.py +0 -0
- {rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/validator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.12.
|
|
3
|
+
Version: 3.12.30
|
|
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 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "rasa-pro"
|
|
7
|
-
version = "3.12.
|
|
7
|
+
version = "3.12.30"
|
|
8
8
|
description = "State-of-the-art open-core Conversational AI framework for Enterprises that natively leverages generative AI for effortless assistant development."
|
|
9
9
|
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
|
|
10
10
|
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
|
|
@@ -366,6 +366,8 @@ convention = "google"
|
|
|
366
366
|
"tests/test_telemetry.py" = [ "E501",]
|
|
367
367
|
"tests/shared/core/test_domain.py" = [ "E501",]
|
|
368
368
|
|
|
369
|
+
|
|
370
|
+
|
|
369
371
|
[tool.poetry.group.dev.dependencies]
|
|
370
372
|
ruff = ">=0.3.5,<0.4.0"
|
|
371
373
|
docker = "~7.1.0"
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/commands/correct_slots_command.py
RENAMED
|
@@ -115,7 +115,6 @@ class CorrectSlotsCommand(Command):
|
|
|
115
115
|
The earliest collect information step that fills one of the slots and
|
|
116
116
|
the flow id of that step.
|
|
117
117
|
"""
|
|
118
|
-
|
|
119
118
|
collect_steps = utils.previous_collect_steps_for_active_flow(tracker, all_flows)
|
|
120
119
|
|
|
121
120
|
for collect_step, flow_id in collect_steps:
|
|
@@ -269,7 +268,21 @@ class CorrectSlotsCommand(Command):
|
|
|
269
268
|
)
|
|
270
269
|
return []
|
|
271
270
|
|
|
272
|
-
structlogger.debug("
|
|
271
|
+
structlogger.debug("correct_slots_command", command=self)
|
|
272
|
+
|
|
273
|
+
# check if the correct slot is referring to a slot of a flow on the stack
|
|
274
|
+
# the slot also needs to be part of a collect step in any of those flows
|
|
275
|
+
# if this is not the case, we don't want to correct the slot
|
|
276
|
+
for slot in self.corrected_slots:
|
|
277
|
+
if not self.should_correct_slot(slot, tracker, all_flows):
|
|
278
|
+
structlogger.warning(
|
|
279
|
+
"correct_slots_command.skip_correct_slot",
|
|
280
|
+
correct_slot=slot,
|
|
281
|
+
reason="The slot is not part of a collect step in any of the flows "
|
|
282
|
+
"on the stack. Skipping correction.",
|
|
283
|
+
)
|
|
284
|
+
return []
|
|
285
|
+
|
|
273
286
|
proposed_slots = self.corrected_slots_dict(tracker)
|
|
274
287
|
|
|
275
288
|
correction_frame = self.create_correction_frame(
|
|
@@ -294,3 +307,27 @@ class CorrectSlotsCommand(Command):
|
|
|
294
307
|
return False
|
|
295
308
|
|
|
296
309
|
return True
|
|
310
|
+
|
|
311
|
+
def should_correct_slot(
|
|
312
|
+
self, slot: CorrectedSlot, tracker: DialogueStateTracker, all_flows: FlowsList
|
|
313
|
+
) -> bool:
|
|
314
|
+
"""Checks if the slot should be corrected.
|
|
315
|
+
|
|
316
|
+
Args:
|
|
317
|
+
slot: The slot to check.
|
|
318
|
+
tracker: The tracker.
|
|
319
|
+
all_flows: All flows in the assistant.
|
|
320
|
+
"""
|
|
321
|
+
# get all flows on the stack
|
|
322
|
+
flows_on_stack = utils.user_flows_on_the_stack(tracker.stack)
|
|
323
|
+
|
|
324
|
+
# check if the slot is part of a collect step in any of the flows on the stack
|
|
325
|
+
for flow_id in flows_on_stack:
|
|
326
|
+
flow = all_flows.flow_by_id(flow_id)
|
|
327
|
+
if flow is None:
|
|
328
|
+
continue
|
|
329
|
+
for collect_step in flow.get_collect_steps():
|
|
330
|
+
if collect_step.collect == slot.name:
|
|
331
|
+
return True
|
|
332
|
+
|
|
333
|
+
return False
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/dialogue_understanding/processor/command_processor.py
RENAMED
|
@@ -37,7 +37,6 @@ from rasa.dialogue_understanding.stack.frames import (
|
|
|
37
37
|
BaseFlowStackFrame,
|
|
38
38
|
)
|
|
39
39
|
from rasa.dialogue_understanding.stack.utils import (
|
|
40
|
-
filled_slots_for_active_flow,
|
|
41
40
|
top_flow_frame,
|
|
42
41
|
top_user_flow_frame,
|
|
43
42
|
)
|
|
@@ -125,8 +124,9 @@ def validate_state_of_commands(commands: List[Command]) -> None:
|
|
|
125
124
|
# check that there is only at max one cancel flow command
|
|
126
125
|
if sum(isinstance(c, CancelFlowCommand) for c in commands) > 1:
|
|
127
126
|
structlogger.error(
|
|
128
|
-
"command_processor.validate_state_of_commands.
|
|
129
|
-
|
|
127
|
+
"command_processor.validate_state_of_commands."
|
|
128
|
+
"multiple_cancel_flow_commands",
|
|
129
|
+
commands=[command.__class__.__name__ for command in commands],
|
|
130
130
|
)
|
|
131
131
|
raise ValueError("There can only be one cancel flow command.")
|
|
132
132
|
|
|
@@ -136,8 +136,9 @@ def validate_state_of_commands(commands: List[Command]) -> None:
|
|
|
136
136
|
]
|
|
137
137
|
if free_form_answer_commands != commands[: len(free_form_answer_commands)]:
|
|
138
138
|
structlogger.error(
|
|
139
|
-
"command_processor.validate_state_of_commands.
|
|
140
|
-
|
|
139
|
+
"command_processor.validate_state_of_commands."
|
|
140
|
+
"free_form_answer_commands_not_at_beginning",
|
|
141
|
+
commands=[command.__class__.__name__ for command in commands],
|
|
141
142
|
)
|
|
142
143
|
raise ValueError(
|
|
143
144
|
"Free form answer commands must be at start of the predicted command list."
|
|
@@ -146,8 +147,9 @@ def validate_state_of_commands(commands: List[Command]) -> None:
|
|
|
146
147
|
# check that there is at max only one correctslots command
|
|
147
148
|
if sum(isinstance(c, CorrectSlotsCommand) for c in commands) > 1:
|
|
148
149
|
structlogger.error(
|
|
149
|
-
"command_processor.validate_state_of_commands.
|
|
150
|
-
|
|
150
|
+
"command_processor.validate_state_of_commands."
|
|
151
|
+
"multiple_correct_slots_commands",
|
|
152
|
+
commands=[command.__class__.__name__ for command in commands],
|
|
151
153
|
)
|
|
152
154
|
raise ValueError("There can only be one correct slots command.")
|
|
153
155
|
|
|
@@ -230,11 +232,9 @@ def execute_commands(
|
|
|
230
232
|
|
|
231
233
|
events: List[Event] = flow_hash_events
|
|
232
234
|
|
|
233
|
-
# commands
|
|
234
|
-
#
|
|
235
|
-
|
|
236
|
-
# and then pushing the commands onto the stack in the reversed order.
|
|
237
|
-
reversed_commands = list(reversed(commands))
|
|
235
|
+
# reorder commands: in case there is no active flow, we want to make sure to
|
|
236
|
+
# run the start flow commands first.
|
|
237
|
+
final_commands = reorder_commands(commands, tracker)
|
|
238
238
|
|
|
239
239
|
# we need to keep track of the ValidateSlotPatternFlowStackFrame that
|
|
240
240
|
# should be pushed onto the stack before executing the StartFlowCommands.
|
|
@@ -245,7 +245,7 @@ def execute_commands(
|
|
|
245
245
|
|
|
246
246
|
validate_state_of_commands(commands)
|
|
247
247
|
|
|
248
|
-
for command in
|
|
248
|
+
for command in final_commands:
|
|
249
249
|
new_events = command.run_command_on_tracker(
|
|
250
250
|
tracker, all_flows, original_tracker
|
|
251
251
|
)
|
|
@@ -399,19 +399,12 @@ def clean_up_commands(
|
|
|
399
399
|
"""
|
|
400
400
|
domain = domain if domain else Domain.empty()
|
|
401
401
|
|
|
402
|
-
slots_so_far, _ = filled_slots_for_active_flow(tracker, all_flows)
|
|
403
|
-
|
|
404
|
-
# update the slots so far with the slots that were set in the tracker
|
|
405
|
-
slots_so_far.update(
|
|
406
|
-
{event.key for event in tracker.events if isinstance(event, SlotSet)}
|
|
407
|
-
)
|
|
408
|
-
|
|
409
402
|
clean_commands: List[Command] = []
|
|
410
403
|
|
|
411
404
|
for command in commands:
|
|
412
405
|
if isinstance(command, SetSlotCommand):
|
|
413
406
|
clean_commands = clean_up_slot_command(
|
|
414
|
-
clean_commands, command, tracker, all_flows
|
|
407
|
+
clean_commands, command, tracker, all_flows
|
|
415
408
|
)
|
|
416
409
|
|
|
417
410
|
elif isinstance(command, CancelFlowCommand) and contains_command(
|
|
@@ -445,7 +438,8 @@ def clean_up_commands(
|
|
|
445
438
|
# drop a start flow command if the starting flow is equal
|
|
446
439
|
# to the currently active flow
|
|
447
440
|
structlogger.debug(
|
|
448
|
-
"command_processor.clean_up_commands.
|
|
441
|
+
"command_processor.clean_up_commands."
|
|
442
|
+
"skip_command_flow_already_active",
|
|
449
443
|
command=command,
|
|
450
444
|
)
|
|
451
445
|
continue
|
|
@@ -476,7 +470,8 @@ def clean_up_commands(
|
|
|
476
470
|
clean_commands = clean_up_clarify_command(clean_commands, commands, command)
|
|
477
471
|
if command not in clean_commands:
|
|
478
472
|
structlogger.debug(
|
|
479
|
-
"command_processor.clean_up_commands.
|
|
473
|
+
"command_processor.clean_up_commands."
|
|
474
|
+
"drop_clarify_given_other_commands",
|
|
480
475
|
command=command,
|
|
481
476
|
)
|
|
482
477
|
else:
|
|
@@ -500,6 +495,25 @@ def clean_up_commands(
|
|
|
500
495
|
return clean_commands
|
|
501
496
|
|
|
502
497
|
|
|
498
|
+
def _get_slots_eligible_for_correction(tracker: DialogueStateTracker) -> Set[str]:
|
|
499
|
+
"""Get all slots that are eligible for correction.
|
|
500
|
+
|
|
501
|
+
# We consider all slots, which are not None, that were set in the tracker
|
|
502
|
+
# eligible for correction.
|
|
503
|
+
# In the correct_slot_command we will check if a slot should actually be
|
|
504
|
+
# corrected.
|
|
505
|
+
"""
|
|
506
|
+
# get all slots that were set in the tracker
|
|
507
|
+
slots_so_far = set(
|
|
508
|
+
[event.key for event in tracker.events if isinstance(event, SlotSet)]
|
|
509
|
+
)
|
|
510
|
+
|
|
511
|
+
# filter out slots that are set to None (None = empty value)
|
|
512
|
+
slots_so_far = {slot for slot in slots_so_far if tracker.get_slot(slot) is not None}
|
|
513
|
+
|
|
514
|
+
return slots_so_far
|
|
515
|
+
|
|
516
|
+
|
|
503
517
|
def ensure_max_number_of_command_type(
|
|
504
518
|
commands: List[Command], command_type: Type[Command], n: int
|
|
505
519
|
) -> List[Command]:
|
|
@@ -559,7 +573,6 @@ def clean_up_slot_command(
|
|
|
559
573
|
command: SetSlotCommand,
|
|
560
574
|
tracker: DialogueStateTracker,
|
|
561
575
|
all_flows: FlowsList,
|
|
562
|
-
slots_so_far: Set[str],
|
|
563
576
|
) -> List[Command]:
|
|
564
577
|
"""Clean up a slot command.
|
|
565
578
|
|
|
@@ -572,16 +585,15 @@ def clean_up_slot_command(
|
|
|
572
585
|
command: The command to clean up.
|
|
573
586
|
tracker: The dialogue state tracker.
|
|
574
587
|
all_flows: All flows.
|
|
575
|
-
slots_so_far: The slots that have been filled so far.
|
|
576
588
|
|
|
577
589
|
Returns:
|
|
578
590
|
The cleaned up commands.
|
|
579
591
|
"""
|
|
580
592
|
stack = tracker.stack
|
|
581
|
-
|
|
582
593
|
resulting_commands = commands_so_far[:]
|
|
583
|
-
|
|
584
594
|
slot = tracker.slots.get(command.name)
|
|
595
|
+
|
|
596
|
+
# if the slot is not in the domain, we cannot set it
|
|
585
597
|
if slot is None:
|
|
586
598
|
structlogger.debug(
|
|
587
599
|
"command_processor.clean_up_slot_command.skip_command_slot_not_in_domain",
|
|
@@ -594,6 +606,7 @@ def clean_up_slot_command(
|
|
|
594
606
|
)
|
|
595
607
|
return resulting_commands
|
|
596
608
|
|
|
609
|
+
# check if the slot should be set by the command
|
|
597
610
|
if not should_slot_be_set(slot, command, resulting_commands):
|
|
598
611
|
structlogger.debug(
|
|
599
612
|
"command_processor.clean_up_slot_command.skip_command.extractor_"
|
|
@@ -619,6 +632,7 @@ def clean_up_slot_command(
|
|
|
619
632
|
|
|
620
633
|
return resulting_commands
|
|
621
634
|
|
|
635
|
+
# check if the slot can be corrected by the LLM
|
|
622
636
|
if (
|
|
623
637
|
slot.filled_by == SetSlotExtractor.NLU.value
|
|
624
638
|
and command.extractor == SetSlotExtractor.LLM.value
|
|
@@ -639,7 +653,13 @@ def clean_up_slot_command(
|
|
|
639
653
|
)
|
|
640
654
|
return resulting_commands
|
|
641
655
|
|
|
642
|
-
|
|
656
|
+
# get all slots that were set in the tracker and are eligible for correction
|
|
657
|
+
slots_eligible_for_correction = _get_slots_eligible_for_correction(tracker)
|
|
658
|
+
|
|
659
|
+
if (
|
|
660
|
+
command.name in slots_eligible_for_correction
|
|
661
|
+
and command.name != ROUTE_TO_CALM_SLOT
|
|
662
|
+
):
|
|
643
663
|
current_collect_info = get_current_collect_step(stack, all_flows)
|
|
644
664
|
|
|
645
665
|
if current_collect_info and current_collect_info.collect == command.name:
|
|
@@ -647,49 +667,71 @@ def clean_up_slot_command(
|
|
|
647
667
|
resulting_commands.append(command)
|
|
648
668
|
return resulting_commands
|
|
649
669
|
|
|
650
|
-
if (
|
|
651
|
-
slot
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
"command_processor.clean_up_slot_command.skip_command_slot_already_set",
|
|
656
|
-
command=command,
|
|
657
|
-
)
|
|
670
|
+
if should_slot_be_corrected(command, tracker, stack, all_flows):
|
|
671
|
+
# if the slot was already set before, we need to convert it into
|
|
672
|
+
# a correction
|
|
673
|
+
return convert_set_slot_to_correction(command, resulting_commands)
|
|
674
|
+
else:
|
|
658
675
|
return resulting_commands
|
|
659
676
|
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
already_corrected_slots = top.corrected_slots
|
|
663
|
-
else:
|
|
664
|
-
already_corrected_slots = {}
|
|
677
|
+
resulting_commands.append(command)
|
|
678
|
+
return resulting_commands
|
|
665
679
|
|
|
666
|
-
if command.name in already_corrected_slots and str(
|
|
667
|
-
already_corrected_slots[command.name]
|
|
668
|
-
) == str(command.value):
|
|
669
|
-
structlogger.debug(
|
|
670
|
-
"command_processor.clean_up_slot_command"
|
|
671
|
-
".skip_command_slot_already_corrected",
|
|
672
|
-
command=command,
|
|
673
|
-
)
|
|
674
|
-
return resulting_commands
|
|
675
680
|
|
|
681
|
+
def should_slot_be_corrected(
|
|
682
|
+
command: SetSlotCommand,
|
|
683
|
+
tracker: DialogueStateTracker,
|
|
684
|
+
stack: DialogueStack,
|
|
685
|
+
all_flows: FlowsList,
|
|
686
|
+
) -> bool:
|
|
687
|
+
"""Check if a slot should be corrected."""
|
|
688
|
+
if (slot := tracker.slots.get(command.name)) is not None and str(slot.value) == str(
|
|
689
|
+
command.value
|
|
690
|
+
):
|
|
691
|
+
# the slot is already set to the same value, we don't need to set it again
|
|
692
|
+
structlogger.debug(
|
|
693
|
+
"command_processor.clean_up_slot_command.skip_command_slot_already_set",
|
|
694
|
+
command=command,
|
|
695
|
+
)
|
|
696
|
+
return False
|
|
697
|
+
|
|
698
|
+
top = top_flow_frame(stack)
|
|
699
|
+
if isinstance(top, CorrectionPatternFlowStackFrame):
|
|
700
|
+
already_corrected_slots = top.corrected_slots
|
|
701
|
+
else:
|
|
702
|
+
already_corrected_slots = {}
|
|
703
|
+
|
|
704
|
+
if command.name in already_corrected_slots and str(
|
|
705
|
+
already_corrected_slots[command.name]
|
|
706
|
+
) == str(command.value):
|
|
676
707
|
structlogger.debug(
|
|
677
|
-
"command_processor.clean_up_slot_command
|
|
708
|
+
"command_processor.clean_up_slot_command"
|
|
709
|
+
".skip_command_slot_already_corrected",
|
|
678
710
|
command=command,
|
|
679
711
|
)
|
|
712
|
+
return False
|
|
680
713
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
714
|
+
return True
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
def convert_set_slot_to_correction(
|
|
718
|
+
command: SetSlotCommand,
|
|
719
|
+
resulting_commands: List[Command],
|
|
720
|
+
) -> List[Command]:
|
|
721
|
+
"""Convert a set slot command to a correction command."""
|
|
722
|
+
structlogger.debug(
|
|
723
|
+
"command_processor.convert_set_slot_to_correction",
|
|
724
|
+
command=command,
|
|
725
|
+
)
|
|
726
|
+
|
|
727
|
+
# Group all corrections into one command
|
|
728
|
+
corrected_slot = CorrectedSlot(command.name, command.value, command.extractor)
|
|
729
|
+
for c in resulting_commands:
|
|
730
|
+
if isinstance(c, CorrectSlotsCommand):
|
|
731
|
+
c.corrected_slots.append(corrected_slot)
|
|
732
|
+
break
|
|
691
733
|
else:
|
|
692
|
-
resulting_commands.append(
|
|
734
|
+
resulting_commands.append(CorrectSlotsCommand(corrected_slots=[corrected_slot]))
|
|
693
735
|
|
|
694
736
|
return resulting_commands
|
|
695
737
|
|
|
@@ -748,8 +790,9 @@ def clean_up_chitchat_command(
|
|
|
748
790
|
0, CannotHandleCommand(RASA_PATTERN_CANNOT_HANDLE_CHITCHAT)
|
|
749
791
|
)
|
|
750
792
|
structlogger.warn(
|
|
751
|
-
"command_processor.clean_up_chitchat_command.
|
|
752
|
-
|
|
793
|
+
"command_processor.clean_up_chitchat_command."
|
|
794
|
+
"replace_chitchat_answer_with_cannot_handle",
|
|
795
|
+
command=resulting_commands[0], # no PII
|
|
753
796
|
pattern_chitchat_uses_action_trigger_chitchat=has_action_trigger_chitchat,
|
|
754
797
|
defined_intentless_policy_in_config=defines_intentless_policy,
|
|
755
798
|
)
|
|
@@ -851,3 +894,49 @@ def filter_cannot_handle_command(
|
|
|
851
894
|
for command in clean_commands
|
|
852
895
|
if not isinstance(command, CannotHandleCommand)
|
|
853
896
|
]
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
def reorder_commands(
|
|
900
|
+
commands: List[Command], tracker: DialogueStateTracker
|
|
901
|
+
) -> List[Command]:
|
|
902
|
+
"""Reorder commands.
|
|
903
|
+
|
|
904
|
+
In case there is no active flow, we want to make sure to run the start flow
|
|
905
|
+
commands first.
|
|
906
|
+
"""
|
|
907
|
+
reordered_commands = commands
|
|
908
|
+
|
|
909
|
+
top_flow_frame = top_user_flow_frame(tracker.stack)
|
|
910
|
+
|
|
911
|
+
if top_flow_frame is None:
|
|
912
|
+
# no active flow, we want to make sure to run the start flow commands first
|
|
913
|
+
start_flow_commands: List[Command] = [
|
|
914
|
+
command for command in commands if isinstance(command, StartFlowCommand)
|
|
915
|
+
]
|
|
916
|
+
|
|
917
|
+
# if there are no start flow commands, we can return the commands as they are
|
|
918
|
+
if not start_flow_commands:
|
|
919
|
+
reordered_commands = commands
|
|
920
|
+
|
|
921
|
+
# if there is just one start flow command, we want to run it first
|
|
922
|
+
# as the order of commands is reserved later,
|
|
923
|
+
# we need to add it to the end of the list
|
|
924
|
+
elif len(start_flow_commands) == 1:
|
|
925
|
+
reordered_commands = [
|
|
926
|
+
command for command in commands if command not in start_flow_commands
|
|
927
|
+
] + start_flow_commands
|
|
928
|
+
|
|
929
|
+
# if there are multiple start flow commands,
|
|
930
|
+
# we just make sure to move the first start flow command to the end of the list
|
|
931
|
+
# (due to the reverse execution order of commands) and keep the other commands
|
|
932
|
+
# as they are.
|
|
933
|
+
else:
|
|
934
|
+
reordered_commands = [
|
|
935
|
+
command for command in commands if command != start_flow_commands[-1]
|
|
936
|
+
] + [start_flow_commands[-1]]
|
|
937
|
+
|
|
938
|
+
# commands need to be reversed to make sure they end up in the right order
|
|
939
|
+
# on the stack. e.g. if there multiple start flow commands, the first one
|
|
940
|
+
# should be on top of the stack. this is achieved by reversing the list
|
|
941
|
+
# and then pushing the commands onto the stack in the reversed order.
|
|
942
|
+
return list(reversed(reordered_commands))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/action_template.py
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/add_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/list_contacts.py
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/actions/remove_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/data/flows/add_contact.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/data/flows/list_contacts.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/data/flows/remove_contact.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/add_contact.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/list_contacts.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/calm/domain/remove_contact.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/actions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/default/tests/test_stories.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/actions/__init__.py
RENAMED
|
File without changes
|
{rasa_pro-3.12.28 → rasa_pro-3.12.30}/rasa/cli/project_templates/tutorial/actions/actions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|