rasa-pro 3.11.18__tar.gz → 3.11.19__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.11.18 → rasa_pro-3.11.19}/PKG-INFO +1 -1
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/pyproject.toml +2 -1
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/correct_slots_command.py +39 -1
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/processor/command_processor.py +153 -62
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/utils.py +13 -3
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/version.py +1 -1
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/NOTICE +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/README.md +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/__main__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/anonymisation_rule_yaml_reader.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/anonymization_pipeline.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/anonymization_rule_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/anonymization_rule_orchestrator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/schemas/config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/anonymization/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/api.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/data.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/default_arguments.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/evaluate.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/export.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/interactive.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/run.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/shell.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/test.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/train.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/visualize.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/arguments/x.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/data.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/e2e_test.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/evaluate.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/export.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/inspect.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/interactive.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/license.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/llm_fine_tuning.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/markers.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/action_template.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/add_contact.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/db.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/list_contacts.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/remove_contact.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/credentials.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/data/flows/add_contact.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/data/flows/list_contacts.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/data/flows/remove_contact.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/db/contacts.json +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/domain/add_contact.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/domain/list_contacts.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/domain/remove_contact.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/domain/shared.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/cancelations/user_cancels_during_a_correction.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/cancelations/user_changes_mind_on_a_whim.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/corrections/user_corrects_contact_handle.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/corrections/user_corrects_contact_name.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_adds_contact_to_their_list.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_lists_contacts.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_removes_contact.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_removes_contact_from_list.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/endpoints.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/actions/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/actions/actions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/credentials.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/data/nlu.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/data/rules.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/data/stories.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/domain.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/endpoints.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/tests/test_stories.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/actions/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/actions/actions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/credentials.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/data/flows.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/data/patterns.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/domain.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/endpoints.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/run.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/scaffold.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/shell.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/studio/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/studio/download.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/studio/studio.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/studio/train.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/studio/upload.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/telemetry.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/test.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/train.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/visualize.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/x.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_clean_stack.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_hangup.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_repeat_bot_messages.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_run_slot_rejections.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_trigger_chitchat.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_trigger_flow.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/action_trigger_search.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/custom_action_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/direct_custom_actions_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/e2e_stub_custom_action_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/forms.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/grpc_custom_action_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/http_custom_action_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/loops.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/actions/two_stage_fallback.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/agent.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/auth_retry_tracker_store.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/brokers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/brokers/broker.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/brokers/file.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/brokers/kafka.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/brokers/pika.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/brokers/sql.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/botframework.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/callback.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/channel.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/console.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/development_inspector.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/facebook.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/hangouts.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/.eslintrc.cjs +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/.gitignore +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/README.md +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/assets/favicon.ico +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/assets/rasa-chat.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/custom.d.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/Tableau10-1b767f5e.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/arc-6f1cf469.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/array-9f3ba611.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/blockDiagram-38ab4fdb-e4687a7a.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/c4Diagram-3d4e48cf-350db3c4.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/channel-e01523b7.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/classDiagram-70f12bd4-87791d92.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/classDiagram-v2-f2320105-325a055a.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/clone-3bfaf7a0.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/createText-2e5e7dd3-be863ae0.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/edges-e0da2a9e-ced68061.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/erDiagram-9861fffd-60684f40.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/flowDb-956e92f1-664e800c.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/flowDiagram-66a62f08-6ebc9040.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/flowDiagram-v2-96b9c2cf-ce3f0138.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/flowchart-elk-definition-4a651766-3a139e6d.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/ganttDiagram-c361ad54-b4446b93.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/gitGraphDiagram-72cf32ee-0ca05d79.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/graph-d55c7150.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-128cfa44.ttf +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-21dbcb97.woff +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-222b5e26.svg +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-9ad89b2a.woff2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/index-3862675e-21ec23d0.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/index-397b9bf3.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/index-3ee28881.css +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/infoDiagram-f8f76790-1dbec276.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/init-77b53fdd.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/journeyDiagram-49397b02-c59ccb68.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/katex-498eb57e.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-60c05ee4.woff +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-8335d9b8.svg +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-9cc39c75.ttf +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-ead13ccf.woff2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-16705655.woff2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-5aeb07f9.woff +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-9c459044.ttf +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-9e2898a4.svg +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/layout-084d6acb.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/line-7e3445bc.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/linear-37acf20b.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/mindmap-definition-fc14e90a-053067ef.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/ordinal-ba9b4969.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/path-53f90ab3.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/pieDiagram-8a3498a8-00feec2e.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/quadrantDiagram-120e2f19-7b0f9725.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/requirementDiagram-deff3bca-c23f6699.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/sankeyDiagram-04a897e0-7d7264d7.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/sequenceDiagram-704730f1-78c3fce6.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/stateDiagram-587899a1-4a241b87.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/stateDiagram-v2-d93cdb3a-5c57975b.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/styles-6aaf32cf-af1e4802.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/styles-9a916d00-1a8391b1.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/styles-c10674c1-bbd035f8.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/svgDrawCommon-08f97a94-e8aa007c.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/timeline-definition-85554ec2-adc8097c.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/assets/xychartDiagram-e933f94c-3dd24cea.js +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/dist/index.html +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/index.html +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/jest.config.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/package.json +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/setupTests.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/App.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/Chat.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/DiagramFlow.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/DialogueInformation.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/DialogueStack.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/ExpandIcon.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/FullscreenButton.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/LoadingSpinner.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/NoActiveFlow.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/RasaLogo.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/SaraDiagrams.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/Slots.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/components/Welcome.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/helpers/audiostream.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/helpers/conversation.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/helpers/formatters.test.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/helpers/formatters.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/helpers/utils.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/main.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Button/Button.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Heading/Heading.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Input/Input.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Link/Link.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Modal/Modal.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Table/Table.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/Tooltip/Tooltip.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/breakpoints.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/colors.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/fontFaces.css +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.eot +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.svg +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.ttf +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.woff +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.woff2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.eot +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.svg +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.ttf +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.woff +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.woff2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/radii.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/shadows.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/sizes.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/space.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/styles.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/typography.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/base/zIndices.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/theme/index.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/types.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/src/vite-env.d.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/tests/__mocks__/fileMock.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/tests/__mocks__/matchMedia.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/tests/__mocks__/styleMock.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/tests/renderWithProviders.tsx +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/tsconfig.json +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/tsconfig.node.json +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/vite.config.ts +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/inspector/yarn.lock +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/mattermost.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/rasa_chat.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/rest.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/rocketchat.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/slack.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/socketio.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/telegram.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/twilio.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/vier_cvg.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_ready/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_ready/audiocodes.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_ready/jambonz.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_ready/jambonz_protocol.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_ready/twilio_voice.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_ready/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/asr/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/asr/asr_engine.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/asr/asr_event.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/asr/azure.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/asr/deepgram.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/audio_bytes.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/browser_audio.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/call_state.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/tts/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/tts/azure.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/tts/cartesia.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/tts/tts_cache.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/tts/tts_engine.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/twilio_media_streams.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/util.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/voice_stream/voice_channel.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/channels/webexteams.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/concurrent_lock_store.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/evaluation/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/evaluation/marker.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/evaluation/marker_base.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/evaluation/marker_stats.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/evaluation/marker_tracker_loader.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/exporter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/featurizers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/featurizers/precomputation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/featurizers/single_state_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/featurizers/tracker_featurizers.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/http_interpreter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/information_retrieval/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/information_retrieval/faiss.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/information_retrieval/information_retrieval.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/information_retrieval/milvus.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/information_retrieval/qdrant.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/jobs.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/lock.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/lock_store.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/migrate.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/callback.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/contextual_response_rephraser.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/interpolator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/response.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/nlg/summarize.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/persistor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/ensemble.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/enterprise_search_policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/enterprise_search_prompt_template.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/flow_policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/flows/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/flows/flow_exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/flows/flow_executor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/flows/flow_step_result.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/intentless_policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/intentless_prompt_template.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/memoization.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/rule_policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/ted_policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/policies/unexpected_intent_policy.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/processor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/run.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/secrets_manager/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/secrets_manager/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/secrets_manager/endpoints.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/secrets_manager/factory.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/secrets_manager/secret_manager.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/secrets_manager/vault.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/test.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/tracker_store.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/train.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/training/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/training/converters/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/training/converters/responses_prefix_converter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/training/interactive.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/training/story_conflict.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/training/training.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/core/visualize.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/coexistence/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/coexistence/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/coexistence/intent_based_router.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/coexistence/llm_based_router.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/coexistence/router_template.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/can_not_handle_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/cancel_flow_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/change_flow_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/chit_chat_answer_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/clarify_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/error_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/free_form_answer_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/handle_code_change_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/human_handoff_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/knowledge_answer_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/noop_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/pattern_to_command_mapping.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/repeat_bot_messages_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/restart_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/session_end_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/session_start_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/set_slot_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/skip_question_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/start_flow_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/user_silence_command.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/command_generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/flow_document_template.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/flow_retrieval.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/llm_based_command_generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/llm_command_generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/multi_step/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/multi_step/fill_slots_prompt.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/multi_step/handle_flows_prompt.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/multi_step/multi_step_llm_command_generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/nlu_command_adapter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/single_step/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/single_step/command_prompt_template.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/generator/single_step/single_step_llm_command_generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/cancel.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/cannot_handle.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/chitchat.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/clarify.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/code_change.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/collect_information.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/completed.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/continue_interrupted.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/correction.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/default_flows_for_patterns.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/human_handoff.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/internal_error.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/repeat.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/restart.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/search.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/session_start.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/skip_question.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/patterns/user_silence.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/processor/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/processor/command_processor_component.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/dialogue_stack.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/frames/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/frames/chit_chat_frame.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/frames/dialogue_stack_frame.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/frames/flow_stack_frame.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/frames/pattern_frame.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/stack/frames/search_frame.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/aggregate_test_stats_calculator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/assertions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/assertions_schema.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_config_schema.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_case.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_converter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_converter_prompt.jinja2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_coverage_report.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_result.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_runner.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/e2e_test_schema.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/pykwalify_extensions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/stub_custom_action.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/utils/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/utils/e2e_yaml_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/utils/io.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/e2e_test/utils/validation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/caching.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/graph.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/loader.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/recipes/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/recipes/config_files/default_config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/recipes/default_components.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/recipes/default_recipe.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/recipes/graph_recipe.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/recipes/recipe.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/runner/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/runner/dask.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/runner/interface.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/storage/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/storage/local_model_storage.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/storage/resource.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/storage/storage.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/training/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/training/components.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/training/fingerprinting.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/training/graph_trainer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/training/hooks.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/engine/validation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/env.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/converters/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/converters/nlu_message_converter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/domain_for_core_training_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/domain_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/flows_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/forms_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/nlu_training_data_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/responses_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/rule_only_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/story_graph_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/providers/training_tracker_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/validators/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/validators/default_recipe_validator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/graph_components/validators/finetuning_validator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/hooks.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/jupyter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/keys +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/annotation_module.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/conversations.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/llm_data_preparation_module.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/paraphrasing/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/paraphrasing/conversation_rephraser.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/paraphrasing/default_rephrase_prompt_template.jina2 +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/paraphrasing/rephrase_validator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/paraphrasing/rephrased_user_message.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/paraphrasing_module.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/storage.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/llm_fine_tuning/train_test_split_module.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/markers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/markers/marker.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/markers/marker_base.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/markers/upload.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/markers/validate.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/model_api.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/runner_service.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/socket_bridge.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/studio_jwt_auth.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/trainer_service.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_manager/warm_rasa_process.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_service.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_testing.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/model_training.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/diet_classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/fallback_classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/keyword_intent_classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/logistic_regression_classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/mitie_intent_classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/regex_message_handler.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/classifiers/sklearn_intent_classifier.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/convert.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/emulators/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/emulators/dialogflow.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/emulators/emulator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/emulators/luis.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/emulators/no_emulator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/emulators/wit.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/crf_entity_extractor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/duckling_entity_extractor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/entity_synonyms.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/extractor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/mitie_entity_extractor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/regex_entity_extractor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/extractors/spacy_entity_extractor.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/dense_featurizer/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/dense_featurizer/convert_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/dense_featurizer/dense_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/dense_featurizer/lm_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/dense_featurizer/mitie_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/dense_featurizer/spacy_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/sparse_featurizer/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/sparse_featurizer/count_vectors_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/sparse_featurizer/regex_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/featurizers/sparse_featurizer/sparse_featurizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/model.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/run.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/selectors/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/selectors/response_selector.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/test.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/tokenizers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/tokenizers/jieba_tokenizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/tokenizers/mitie_tokenizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/tokenizers/spacy_tokenizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/tokenizers/tokenizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/tokenizers/whitespace_tokenizer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/bilou_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/hugging_face/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/hugging_face/registry.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/hugging_face/transformers_pre_post_processors.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/mitie_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/pattern_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/nlu/utils/spacy_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/plugin.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/server.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/command_payload_reader.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/conversation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/domain.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/events.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flow.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flow_path.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flow_step.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flow_step_links.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flow_step_sequence.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flows_list.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/flows_yaml_schema.json +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/nlu_trigger.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/action.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/call.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/collect.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/continuation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/end.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/internal.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/link.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/no_operation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/set_slots.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/steps/start.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/validation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/flows/yaml_flows_io.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/policies/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/policies/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/slot_mappings.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/slots.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/trackers.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/loading.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_reader/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_reader/story_reader.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_reader/story_step_builder.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_reader/yaml_story_reader.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_writer/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_writer/story_writer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/story_writer/yaml_story_writer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/structures.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/visualization.html +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/core/training_data/visualization.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/data.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/engine/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/engine/caching.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/importers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/importers/importer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/importers/multi_project.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/importers/rasa.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/importers/remote_importer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/importers/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/interpreter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/entities_parser.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/features.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/dialogflow.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/luis.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/rasa.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/rasa_yaml.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/readerwriter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/formats/wit.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/loading.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/lookup_tables_parser.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/message.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/schemas/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/schemas/data_schema.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/schemas/nlu.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/schemas/responses.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/synonyms_parser.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/training_data.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/nlu/training_data/util.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/azure_openai_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/default_litellm_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/huggingface_local_embedding_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/litellm_router_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/model_group_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/openai_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/rasa_llm_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/self_hosted_llm_client_config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_configs/utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_ssl_verification_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/_base_litellm_embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/_langchain_embedding_client_adapter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/azure_openai_embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/default_litellm_embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/embedding_response.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/huggingface_local_embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/litellm_router_embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/embedding/openai_embedding_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/_base_litellm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/azure_openai_llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/default_litellm_llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/litellm_router_llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/llm_response.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/openai_llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/rasa_llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/llm/self_hosted_llm_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/mappings.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/router/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/router/_base_litellm_router_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/providers/router/router_client.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/cli.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/common.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/health_check/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/health_check/embeddings_health_check_mixin.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/health_check/health_check.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/health_check/llm_health_check_mixin.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/io.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/llm.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/pykwalify_extensions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/schemas/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/schemas/config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/schemas/domain.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/schemas/events.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/schemas/model_config.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/schemas/stories.yml +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/shared/utils/yaml.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/auth.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/data_handler.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/download.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/results_logger.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/train.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/studio/upload.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/telemetry.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/config.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/instrumentation/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/instrumentation/intentless_policy_instrumentation.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/instrumentation/metrics.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/tracing/metric_instrument_provider.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/beta.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/cli.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/common.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/converter.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/endpoints.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/io.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/json_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/licensing.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/log_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/mapper.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/ml_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/plotting.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/sanic_error_handler.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/singleton.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/__init__.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/callback.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/constants.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/crf.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/data_generator.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/environment.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/exceptions.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/feature_array.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/layers.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/layers_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/metrics.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/model_data.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/model_data_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/models.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/rasa_layers.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/transformer.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/tensorflow/types.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/train_utils.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/url_tools.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/utils/yaml.py +0 -0
- {rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/validator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.11.
|
|
3
|
+
Version: 3.11.19
|
|
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.11.
|
|
7
|
+
version = "3.11.19"
|
|
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>",]
|
|
@@ -369,6 +369,7 @@ convention = "google"
|
|
|
369
369
|
"tests/test_telemetry.py" = [ "E501",]
|
|
370
370
|
"tests/shared/core/test_domain.py" = [ "E501",]
|
|
371
371
|
|
|
372
|
+
|
|
372
373
|
[tool.poetry.group.dev.dependencies]
|
|
373
374
|
ruff = ">=0.3.5,<0.4.0"
|
|
374
375
|
docker = "~7.1.0"
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/commands/correct_slots_command.py
RENAMED
|
@@ -260,7 +260,21 @@ class CorrectSlotsCommand(Command):
|
|
|
260
260
|
)
|
|
261
261
|
return []
|
|
262
262
|
|
|
263
|
-
structlogger.debug("
|
|
263
|
+
structlogger.debug("correct_slots_command", command=self)
|
|
264
|
+
|
|
265
|
+
# check if the correct slot is referring to a slot of a flow on the stack
|
|
266
|
+
# the slot also needs to be part of a collect step in any of those flows
|
|
267
|
+
# if this is not the case, we don't want to correct the slot
|
|
268
|
+
for slot in self.corrected_slots:
|
|
269
|
+
if not self.should_correct_slot(slot, tracker, all_flows):
|
|
270
|
+
structlogger.warning(
|
|
271
|
+
"correct_slots_command.skip_correct_slot",
|
|
272
|
+
correct_slot=slot,
|
|
273
|
+
reason="The slot is not part of a collect step in any of the flows "
|
|
274
|
+
"on the stack. Skipping correction.",
|
|
275
|
+
)
|
|
276
|
+
return []
|
|
277
|
+
|
|
264
278
|
proposed_slots = self.corrected_slots_dict(tracker)
|
|
265
279
|
|
|
266
280
|
correction_frame = self.create_correction_frame(
|
|
@@ -285,3 +299,27 @@ class CorrectSlotsCommand(Command):
|
|
|
285
299
|
return False
|
|
286
300
|
|
|
287
301
|
return True
|
|
302
|
+
|
|
303
|
+
def should_correct_slot(
|
|
304
|
+
self, slot: CorrectedSlot, tracker: DialogueStateTracker, all_flows: FlowsList
|
|
305
|
+
) -> bool:
|
|
306
|
+
"""Checks if the slot should be corrected.
|
|
307
|
+
|
|
308
|
+
Args:
|
|
309
|
+
slot: The slot to check.
|
|
310
|
+
tracker: The tracker.
|
|
311
|
+
all_flows: All flows in the assistant.
|
|
312
|
+
"""
|
|
313
|
+
# get all flows on the stack
|
|
314
|
+
flows_on_stack = utils.user_flows_on_the_stack(tracker.stack)
|
|
315
|
+
|
|
316
|
+
# check if the slot is part of a collect step in any of the flows on the stack
|
|
317
|
+
for flow_id in flows_on_stack:
|
|
318
|
+
flow = all_flows.flow_by_id(flow_id)
|
|
319
|
+
if flow is None:
|
|
320
|
+
continue
|
|
321
|
+
for collect_step in flow.get_collect_steps():
|
|
322
|
+
if collect_step.collect == slot.name:
|
|
323
|
+
return True
|
|
324
|
+
|
|
325
|
+
return False
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/dialogue_understanding/processor/command_processor.py
RENAMED
|
@@ -31,8 +31,9 @@ from rasa.dialogue_understanding.stack.frames import (
|
|
|
31
31
|
BaseFlowStackFrame,
|
|
32
32
|
)
|
|
33
33
|
from rasa.dialogue_understanding.stack.utils import (
|
|
34
|
-
filled_slots_for_active_flow,
|
|
35
34
|
top_flow_frame,
|
|
35
|
+
filled_slots_for_active_flow,
|
|
36
|
+
top_user_flow_frame,
|
|
36
37
|
)
|
|
37
38
|
from rasa.engine.graph import ExecutionContext
|
|
38
39
|
from rasa.shared.constants import (
|
|
@@ -113,8 +114,9 @@ def validate_state_of_commands(commands: List[Command]) -> None:
|
|
|
113
114
|
# check that there is only at max one cancel flow command
|
|
114
115
|
if sum(isinstance(c, CancelFlowCommand) for c in commands) > 1:
|
|
115
116
|
structlogger.error(
|
|
116
|
-
"command_processor.validate_state_of_commands.
|
|
117
|
-
|
|
117
|
+
"command_processor.validate_state_of_commands."
|
|
118
|
+
"multiple_cancel_flow_commands",
|
|
119
|
+
commands=[command.__class__.__name__ for command in commands],
|
|
118
120
|
)
|
|
119
121
|
raise ValueError("There can only be one cancel flow command.")
|
|
120
122
|
|
|
@@ -124,8 +126,9 @@ def validate_state_of_commands(commands: List[Command]) -> None:
|
|
|
124
126
|
]
|
|
125
127
|
if free_form_answer_commands != commands[: len(free_form_answer_commands)]:
|
|
126
128
|
structlogger.error(
|
|
127
|
-
"command_processor.validate_state_of_commands.
|
|
128
|
-
|
|
129
|
+
"command_processor.validate_state_of_commands."
|
|
130
|
+
"free_form_answer_commands_not_at_beginning",
|
|
131
|
+
commands=[command.__class__.__name__ for command in commands],
|
|
129
132
|
)
|
|
130
133
|
raise ValueError(
|
|
131
134
|
"Free form answer commands must be at start of the predicted command list."
|
|
@@ -134,8 +137,9 @@ def validate_state_of_commands(commands: List[Command]) -> None:
|
|
|
134
137
|
# check that there is at max only one correctslots command
|
|
135
138
|
if sum(isinstance(c, CorrectSlotsCommand) for c in commands) > 1:
|
|
136
139
|
structlogger.error(
|
|
137
|
-
"command_processor.validate_state_of_commands.
|
|
138
|
-
|
|
140
|
+
"command_processor.validate_state_of_commands."
|
|
141
|
+
"multiple_correct_slots_commands",
|
|
142
|
+
commands=[command.__class__.__name__ for command in commands],
|
|
139
143
|
)
|
|
140
144
|
raise ValueError("There can only be one correct slots command.")
|
|
141
145
|
|
|
@@ -218,15 +222,13 @@ def execute_commands(
|
|
|
218
222
|
|
|
219
223
|
events: List[Event] = flow_hash_events
|
|
220
224
|
|
|
221
|
-
# commands
|
|
222
|
-
#
|
|
223
|
-
|
|
224
|
-
# and then pushing the commands onto the stack in the reversed order.
|
|
225
|
-
reversed_commands = list(reversed(commands))
|
|
225
|
+
# reorder commands: in case there is no active flow, we want to make sure to
|
|
226
|
+
# run the start flow commands first.
|
|
227
|
+
final_commands = reorder_commands(commands, tracker)
|
|
226
228
|
|
|
227
229
|
validate_state_of_commands(commands)
|
|
228
230
|
|
|
229
|
-
for command in
|
|
231
|
+
for command in final_commands:
|
|
230
232
|
new_events = command.run_command_on_tracker(
|
|
231
233
|
tracker, all_flows, original_tracker
|
|
232
234
|
)
|
|
@@ -354,19 +356,14 @@ def clean_up_commands(
|
|
|
354
356
|
"""
|
|
355
357
|
domain = domain if domain else Domain.empty()
|
|
356
358
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
# update the slots so far with the slots that were set in the tracker
|
|
360
|
-
slots_so_far.update(
|
|
361
|
-
{event.key for event in tracker.events if isinstance(event, SlotSet)}
|
|
362
|
-
)
|
|
359
|
+
_, active_flow = filled_slots_for_active_flow(tracker, all_flows)
|
|
363
360
|
|
|
364
361
|
clean_commands: List[Command] = []
|
|
365
362
|
|
|
366
363
|
for command in commands:
|
|
367
364
|
if isinstance(command, SetSlotCommand):
|
|
368
365
|
clean_commands = clean_up_slot_command(
|
|
369
|
-
clean_commands, command, tracker, all_flows
|
|
366
|
+
clean_commands, command, tracker, all_flows
|
|
370
367
|
)
|
|
371
368
|
|
|
372
369
|
elif isinstance(command, CancelFlowCommand) and contains_command(
|
|
@@ -422,7 +419,8 @@ def clean_up_commands(
|
|
|
422
419
|
clean_commands = clean_up_clarify_command(clean_commands, commands, command)
|
|
423
420
|
if command not in clean_commands:
|
|
424
421
|
structlogger.debug(
|
|
425
|
-
"command_processor.clean_up_commands.
|
|
422
|
+
"command_processor.clean_up_commands."
|
|
423
|
+
"drop_clarify_given_other_commands",
|
|
426
424
|
command=command,
|
|
427
425
|
)
|
|
428
426
|
else:
|
|
@@ -446,6 +444,25 @@ def clean_up_commands(
|
|
|
446
444
|
return clean_commands
|
|
447
445
|
|
|
448
446
|
|
|
447
|
+
def _get_slots_eligible_for_correction(tracker: DialogueStateTracker) -> Set[str]:
|
|
448
|
+
"""Get all slots that are eligible for correction.
|
|
449
|
+
|
|
450
|
+
# We consider all slots, which are not None, that were set in the tracker
|
|
451
|
+
# eligible for correction.
|
|
452
|
+
# In the correct_slot_command we will check if a slot should actually be
|
|
453
|
+
# corrected.
|
|
454
|
+
"""
|
|
455
|
+
# get all slots that were set in the tracker
|
|
456
|
+
slots_so_far = set(
|
|
457
|
+
[event.key for event in tracker.events if isinstance(event, SlotSet)]
|
|
458
|
+
)
|
|
459
|
+
|
|
460
|
+
# filter out slots that are set to None (None = empty value)
|
|
461
|
+
slots_so_far = {slot for slot in slots_so_far if tracker.get_slot(slot) is not None}
|
|
462
|
+
|
|
463
|
+
return slots_so_far
|
|
464
|
+
|
|
465
|
+
|
|
449
466
|
def ensure_max_number_of_command_type(
|
|
450
467
|
commands: List[Command], command_type: Type[Command], n: int
|
|
451
468
|
) -> List[Command]:
|
|
@@ -505,7 +522,6 @@ def clean_up_slot_command(
|
|
|
505
522
|
command: SetSlotCommand,
|
|
506
523
|
tracker: DialogueStateTracker,
|
|
507
524
|
all_flows: FlowsList,
|
|
508
|
-
slots_so_far: Set[str],
|
|
509
525
|
) -> List[Command]:
|
|
510
526
|
"""Clean up a slot command.
|
|
511
527
|
|
|
@@ -518,16 +534,15 @@ def clean_up_slot_command(
|
|
|
518
534
|
command: The command to clean up.
|
|
519
535
|
tracker: The dialogue state tracker.
|
|
520
536
|
all_flows: All flows.
|
|
521
|
-
slots_so_far: The slots that have been filled so far.
|
|
522
537
|
|
|
523
538
|
Returns:
|
|
524
539
|
The cleaned up commands.
|
|
525
540
|
"""
|
|
526
541
|
stack = tracker.stack
|
|
527
|
-
|
|
528
542
|
resulting_commands = commands_so_far[:]
|
|
529
|
-
|
|
530
543
|
slot = tracker.slots.get(command.name)
|
|
544
|
+
|
|
545
|
+
# if the slot is not in the domain, we cannot set it
|
|
531
546
|
if slot is None:
|
|
532
547
|
structlogger.debug(
|
|
533
548
|
"command_processor.clean_up_slot_command.skip_command_slot_not_in_domain",
|
|
@@ -540,6 +555,7 @@ def clean_up_slot_command(
|
|
|
540
555
|
)
|
|
541
556
|
return resulting_commands
|
|
542
557
|
|
|
558
|
+
# check if the slot should be set by the command
|
|
543
559
|
if not should_slot_be_set(slot, command):
|
|
544
560
|
cannot_handle = CannotHandleCommand(
|
|
545
561
|
reason="A command generator attempted to set a slot with a value extracted "
|
|
@@ -550,7 +566,13 @@ def clean_up_slot_command(
|
|
|
550
566
|
|
|
551
567
|
return resulting_commands
|
|
552
568
|
|
|
553
|
-
|
|
569
|
+
# get all slots that were set in the tracker and are eligible for correction
|
|
570
|
+
slots_eligible_for_correction = _get_slots_eligible_for_correction(tracker)
|
|
571
|
+
|
|
572
|
+
if (
|
|
573
|
+
command.name in slots_eligible_for_correction
|
|
574
|
+
and command.name != ROUTE_TO_CALM_SLOT
|
|
575
|
+
):
|
|
554
576
|
current_collect_info = get_current_collect_step(stack, all_flows)
|
|
555
577
|
|
|
556
578
|
if current_collect_info and current_collect_info.collect == command.name:
|
|
@@ -558,49 +580,71 @@ def clean_up_slot_command(
|
|
|
558
580
|
resulting_commands.append(command)
|
|
559
581
|
return resulting_commands
|
|
560
582
|
|
|
561
|
-
if (
|
|
562
|
-
slot
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
"command_processor.clean_up_slot_command.skip_command_slot_already_set",
|
|
567
|
-
command=command,
|
|
568
|
-
)
|
|
583
|
+
if should_slot_be_corrected(command, tracker, stack, all_flows):
|
|
584
|
+
# if the slot was already set before, we need to convert it into
|
|
585
|
+
# a correction
|
|
586
|
+
return convert_set_slot_to_correction(command, resulting_commands)
|
|
587
|
+
else:
|
|
569
588
|
return resulting_commands
|
|
570
589
|
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
already_corrected_slots = top.corrected_slots
|
|
574
|
-
else:
|
|
575
|
-
already_corrected_slots = {}
|
|
590
|
+
resulting_commands.append(command)
|
|
591
|
+
return resulting_commands
|
|
576
592
|
|
|
577
|
-
if command.name in already_corrected_slots and str(
|
|
578
|
-
already_corrected_slots[command.name]
|
|
579
|
-
) == str(command.value):
|
|
580
|
-
structlogger.debug(
|
|
581
|
-
"command_processor.clean_up_slot_command"
|
|
582
|
-
".skip_command_slot_already_corrected",
|
|
583
|
-
command=command,
|
|
584
|
-
)
|
|
585
|
-
return resulting_commands
|
|
586
593
|
|
|
594
|
+
def should_slot_be_corrected(
|
|
595
|
+
command: SetSlotCommand,
|
|
596
|
+
tracker: DialogueStateTracker,
|
|
597
|
+
stack: DialogueStack,
|
|
598
|
+
all_flows: FlowsList,
|
|
599
|
+
) -> bool:
|
|
600
|
+
"""Check if a slot should be corrected."""
|
|
601
|
+
if (slot := tracker.slots.get(command.name)) is not None and str(slot.value) == str(
|
|
602
|
+
command.value
|
|
603
|
+
):
|
|
604
|
+
# the slot is already set to the same value, we don't need to set it again
|
|
587
605
|
structlogger.debug(
|
|
588
|
-
"command_processor.clean_up_slot_command.
|
|
606
|
+
"command_processor.clean_up_slot_command.skip_command_slot_already_set",
|
|
589
607
|
command=command,
|
|
590
608
|
)
|
|
609
|
+
return False
|
|
591
610
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
611
|
+
top = top_flow_frame(stack)
|
|
612
|
+
if isinstance(top, CorrectionPatternFlowStackFrame):
|
|
613
|
+
already_corrected_slots = top.corrected_slots
|
|
614
|
+
else:
|
|
615
|
+
already_corrected_slots = {}
|
|
616
|
+
|
|
617
|
+
if command.name in already_corrected_slots and str(
|
|
618
|
+
already_corrected_slots[command.name]
|
|
619
|
+
) == str(command.value):
|
|
620
|
+
structlogger.debug(
|
|
621
|
+
"command_processor.clean_up_slot_command"
|
|
622
|
+
".skip_command_slot_already_corrected",
|
|
623
|
+
command=command,
|
|
624
|
+
)
|
|
625
|
+
return False
|
|
626
|
+
|
|
627
|
+
return True
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
def convert_set_slot_to_correction(
|
|
631
|
+
command: SetSlotCommand,
|
|
632
|
+
resulting_commands: List[Command],
|
|
633
|
+
) -> List[Command]:
|
|
634
|
+
"""Convert a set slot command to a correction command."""
|
|
635
|
+
structlogger.debug(
|
|
636
|
+
"command_processor.convert_set_slot_to_correction",
|
|
637
|
+
command=command,
|
|
638
|
+
)
|
|
639
|
+
|
|
640
|
+
# Group all corrections into one command
|
|
641
|
+
corrected_slot = CorrectedSlot(command.name, command.value)
|
|
642
|
+
for c in resulting_commands:
|
|
643
|
+
if isinstance(c, CorrectSlotsCommand):
|
|
644
|
+
c.corrected_slots.append(corrected_slot)
|
|
645
|
+
break
|
|
602
646
|
else:
|
|
603
|
-
resulting_commands.append(
|
|
647
|
+
resulting_commands.append(CorrectSlotsCommand(corrected_slots=[corrected_slot]))
|
|
604
648
|
|
|
605
649
|
return resulting_commands
|
|
606
650
|
|
|
@@ -659,8 +703,9 @@ def clean_up_chitchat_command(
|
|
|
659
703
|
0, CannotHandleCommand(RASA_PATTERN_CANNOT_HANDLE_CHITCHAT)
|
|
660
704
|
)
|
|
661
705
|
structlogger.warn(
|
|
662
|
-
"command_processor.clean_up_chitchat_command.
|
|
663
|
-
|
|
706
|
+
"command_processor.clean_up_chitchat_command."
|
|
707
|
+
"replace_chitchat_answer_with_cannot_handle",
|
|
708
|
+
command=resulting_commands[0], # no PII
|
|
664
709
|
pattern_chitchat_uses_action_trigger_chitchat=has_action_trigger_chitchat,
|
|
665
710
|
defined_intentless_policy_in_config=defines_intentless_policy,
|
|
666
711
|
)
|
|
@@ -736,3 +781,49 @@ def filter_cannot_handle_command(
|
|
|
736
781
|
for command in clean_commands
|
|
737
782
|
if not isinstance(command, CannotHandleCommand)
|
|
738
783
|
]
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
def reorder_commands(
|
|
787
|
+
commands: List[Command], tracker: DialogueStateTracker
|
|
788
|
+
) -> List[Command]:
|
|
789
|
+
"""Reorder commands.
|
|
790
|
+
|
|
791
|
+
In case there is no active flow, we want to make sure to run the start flow
|
|
792
|
+
commands first.
|
|
793
|
+
"""
|
|
794
|
+
reordered_commands = commands
|
|
795
|
+
|
|
796
|
+
top_flow_frame = top_user_flow_frame(tracker.stack)
|
|
797
|
+
|
|
798
|
+
if top_flow_frame is None:
|
|
799
|
+
# no active flow, we want to make sure to run the start flow commands first
|
|
800
|
+
start_flow_commands: List[Command] = [
|
|
801
|
+
command for command in commands if isinstance(command, StartFlowCommand)
|
|
802
|
+
]
|
|
803
|
+
|
|
804
|
+
# if there are no start flow commands, we can return the commands as they are
|
|
805
|
+
if not start_flow_commands:
|
|
806
|
+
reordered_commands = commands
|
|
807
|
+
|
|
808
|
+
# if there is just one start flow command, we want to run it first
|
|
809
|
+
# as the order of commands is reserved later,
|
|
810
|
+
# we need to add it to the end of the list
|
|
811
|
+
elif len(start_flow_commands) == 1:
|
|
812
|
+
reordered_commands = [
|
|
813
|
+
command for command in commands if command not in start_flow_commands
|
|
814
|
+
] + start_flow_commands
|
|
815
|
+
|
|
816
|
+
# if there are multiple start flow commands,
|
|
817
|
+
# we just make sure to move the first start flow command to the end of the list
|
|
818
|
+
# (due to the reverse execution order of commands) and keep the other commands
|
|
819
|
+
# as they are.
|
|
820
|
+
else:
|
|
821
|
+
reordered_commands = [
|
|
822
|
+
command for command in commands if command != start_flow_commands[-1]
|
|
823
|
+
] + [start_flow_commands[-1]]
|
|
824
|
+
|
|
825
|
+
# commands need to be reversed to make sure they end up in the right order
|
|
826
|
+
# on the stack. e.g. if there multiple start flow commands, the first one
|
|
827
|
+
# should be on top of the stack. this is achieved by reversing the list
|
|
828
|
+
# and then pushing the commands onto the stack in the reversed order.
|
|
829
|
+
return list(reversed(reordered_commands))
|
|
@@ -206,14 +206,24 @@ def get_collect_steps_excluding_ask_before_filling_for_active_flow(
|
|
|
206
206
|
All collect steps that are part of the current active flow,
|
|
207
207
|
excluding the collect steps that have to be asked before filling.
|
|
208
208
|
"""
|
|
209
|
-
|
|
209
|
+
active_primary_frame = top_user_flow_frame(dialogue_stack)
|
|
210
|
+
any_active_frame = top_user_flow_frame(
|
|
210
211
|
dialogue_stack, ignore_call_and_link_frames=False
|
|
211
212
|
)
|
|
212
|
-
|
|
213
|
+
|
|
214
|
+
active_flows = []
|
|
215
|
+
if any_active_frame:
|
|
216
|
+
active_flows.append(any_active_frame.flow(all_flows))
|
|
217
|
+
|
|
218
|
+
if active_primary_frame and active_primary_frame != any_active_frame:
|
|
219
|
+
active_flows.append(active_primary_frame.flow(all_flows))
|
|
220
|
+
|
|
221
|
+
if not active_flows:
|
|
213
222
|
return set()
|
|
214
|
-
|
|
223
|
+
|
|
215
224
|
return set(
|
|
216
225
|
step.collect
|
|
226
|
+
for active_flow in active_flows
|
|
217
227
|
for step in active_flow.get_collect_steps()
|
|
218
228
|
if not step.ask_before_filling
|
|
219
229
|
)
|
|
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.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/action_template.py
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/add_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/list_contacts.py
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/actions/remove_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/data/flows/add_contact.yml
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/data/flows/list_contacts.yml
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/data/flows/remove_contact.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/domain/add_contact.yml
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/calm/domain/list_contacts.yml
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/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.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/default/tests/test_stories.yml
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/actions/__init__.py
RENAMED
|
File without changes
|
{rasa_pro-3.11.18 → rasa_pro-3.11.19}/rasa/cli/project_templates/tutorial/actions/actions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|