-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various changes #12408
Closed
Various changes #12408
Changes from 6 commits
Commits
Show all changes
574 commits
Select commit
Hold shift + click to select a range
97e9fa7
improvements
tmbo 8857547
removed context to make space
tmbo 736fb57
WIP - started writing tutorial
amn41 8178ddf
update tutorial, add to sidebar
amn41 983314b
removed deliberation
tmbo 52bf8e7
added branch step
tmbo 7e1bca0
Merge branch 'docs-improvements-llms' of github.com:RasaHQ/rasa into …
tmbo 44e94c3
Merge branch 'dm2' into docs-improvements-llms
tmbo adbe843
implemented question flow step as pattern rather than form
tmbo a9aa71d
removed unused code
tmbo 5740eec
fixed linting issue
tmbo 08928db
fixed linting issue
tmbo 513cd30
fixed linting issues
tmbo 0ca2bd7
review commetns
tmbo 92285e3
Merge pull request #12749 from RasaHQ/docs-improvements-llms
tmbo 9b1d499
removed unneeded utterance in default project
tmbo fc00511
code style improvements
tmbo 5d84e69
Merge branch 'main' into dm2
tmbo c25f53f
Merge branch 'dm2' into questions-as-pattern
tmbo e62077f
WIP
varunshankar 0aff0c7
fixed format
tmbo 2f79724
improvements
tmbo 1e119ea
improvement
tmbo 9958a39
Merge branch 'main' into dm2
twerkmeister c9302a9
fixed default pattern
tmbo 13b529f
first stab
tmbo 15c0051
renamed skip_if_filled
tmbo b963bbb
updated docs
tmbo 13fd4dc
removed outdated comment
tmbo 7ef7be7
Merge pull request #12767 from RasaHQ/questions-as-pattern
tmbo 8aa2ff4
prepared release of version 3.8.0a3
tmbo db88f97
rename
varunshankar 51c6213
fixed keys in configs. clarified configs
l2nguyen 2c94eae
changed key from model to model_name in llm
l2nguyen a03a836
Update docs/docs/llms/llm-configuration.mdx
tmbo 1a56391
fix merge conflicts
varunshankar 83a229c
rename
varunshankar 40d219c
some docs improvements
tmbo 5b25e91
rename
varunshankar 4600055
rename png
varunshankar 85f6ccb
Merge pull request #12787 from RasaHQ/azure-config-docs
l2nguyen 88a937d
Apply suggestions from code review
tmbo efaa956
removed unused clarify next step command
tmbo 7161b3d
rename file
varunshankar e780fa0
fix lint
varunshankar 1c7f269
fix lint
varunshankar 1be825d
fix chat html
varunshankar ae17d40
fixed missed rename
tmbo 74fbc7b
Merge branch 'ENG-508-rename-question-attrib' of github.com:RasaHQ/ra…
tmbo 9619c06
fixed renaming issue - missing context
tmbo 5926d6e
fix tests
varunshankar 3556c7a
fix tests
varunshankar 6225266
Merge pull request #12786 from RasaHQ/ENG-508-rename-question-attrib
tmbo 1a8e628
fix merge conflicts
varunshankar 3dcd03c
fixed docsearch version
tmbo d352e13
Merge branch 'dm2' into ENG-509-rename-dialogue-stack
tmbo ccd6597
Update docs/docs/llms/flow-policy.mdx
tmbo 5fab102
Merge pull request #12788 from RasaHQ/ENG-509-rename-dialogue-stack
tmbo cfae3af
improved architecture diagram
tmbo 2d37576
merged dm2
tmbo 3188cbb
remove docs/ changes from dm2 branch
m-vdb 637be3f
compile docs sources raises errors early
m-vdb ea5d3bc
add missing docs/docs/sources/.keep
m-vdb de0dbca
Merge pull request #12794 from RasaHQ/cleanup-docs-from-dm2-branch
m-vdb 8f3dd7b
scaffold project for tutorial and --tutorial flag on rasa init
amn41 5e44456
add missing files
amn41 a3391d6
improved stack
tmbo 14fe505
moved default flows
tmbo 6971c19
Merge branch 'dm2' into dm2-cleanups
tmbo a0dcc33
code review comments
tmbo 12a4bd7
prepared release of version 3.8.0a4
tmbo 3e4a2dc
split up commands into modules
tmbo ba620a1
actions.py file in root of tutorial project
amn41 5f3cd3c
review comments
tmbo eb52875
added tests
tmbo d945172
added comment to filled slots for active flow
tmbo 4eec2e9
fix actions
amn41 d2abc2f
review improvements
tmbo 61c7423
Merge branch 'dm2' into dm2-cleanups
tmbo d3da2b8
Merge pull request #12801 from RasaHQ/dm2-cleanups
tmbo 469f1d4
completed tutorial project - some components to be removed
amn41 e172f2f
tutorial initial project back to minimum
amn41 b949516
don't warn if there is no nlu data
tmbo 14d1a15
Update rasa/cli/tutorial_project/actions.py
amn41 7862072
added tests
tmbo be57455
rm nlu data from tutorial project, requires #12808
amn41 c8e73fe
Update rasa/model_training.py
tmbo 94a10eb
fixed tests
tmbo ee3abf5
Merge branch 'no-warnings-if-no-nlu' of github.com:RasaHQ/rasa into n…
tmbo 6639ab7
Merge pull request #12808 from RasaHQ/no-warnings-if-no-nlu
tmbo db2d7ca
Merge branches 'dm2' and 'add-tutorial-project' of github.com:RasaHQ/…
tmbo 6912724
use template arg
tmbo 1b0cf3d
Merge pull request #12797 from RasaHQ/add-tutorial-project
tmbo 1604472
prepared release of version 3.8.0a5
tmbo 57e6c1f
fixed chat patterns filter
tmbo 88686a5
fixed wrong id
tmbo fce03b8
Merge pull request #12809 from RasaHQ/dm2-stack-tests
tmbo dc52887
Merge branch 'dm2' of github.com:RasaHQ/rasa into dm2
tmbo 1574c79
fixed none error
tmbo 1594c05
fixed boolean type coersen
tmbo 435e027
prepared release of version 3.8.0a6
tmbo 1425286
fixedl int
tmbo 03aaf6c
catching any command generator exceptions
twerkmeister 2b48529
added test to make sure abstract method is still honored
twerkmeister 27f0baa
changed license temporarily
tmbo 4eae577
prepared release of version 3.8.0a8
tmbo ce8922f
prepared release of version 3.8.0a7
tmbo c0870ae
remoed obsolete type coercion during condition checking of pypred
tmbo 2bfcb05
renamed cdu -> dialogue understanding
tmbo 4a71f91
Merge pull request #12820 from RasaHQ/rename-dm2
tmbo bf843e3
merged dm2
tmbo bcc47d3
rename completed
tmbo 87e2858
Merge pull request #12812 from RasaHQ/catch-all-command-generation
tmbo 64beeaf
renamed to collect
tmbo 5c05800
remove rasa chat CLI
m-vdb c9397f9
logging improvements
tmbo e3f163b
implemented new flow format
tmbo 2b94111
updated chat to support new format
tmbo bde8bf1
reset SocketIOInput.session_persistence default
m-vdb 28edf5c
merged main
tmbo 618fc43
Add support for predicate evaluation as a slot validation method (#12…
ancalita 981e6e3
rename custom action in tutorial project
amn41 cd31c17
rm hardcoded dollar sign
amn41 856924f
fixed ci issue
tmbo 7702d7a
merged dm2
tmbo 4b3d41b
Merge pull request #12847 from RasaHQ/rename-customaction-tutorial
amn41 ed71677
Add ability to optionally specify different response for a collect in…
ancalita 02be226
merged dm2
tmbo c183a92
review comment
tmbo 1112edf
update property name
ancalita 53458a5
more comments
tmbo ad3712d
Warn if a user has defined a slot named "context" - [ENG 503] (#12829)
varunshankar f9f54bb
remove rasa chat CLI
m-vdb 4fbb0ea
Merge pull request #12854 from RasaHQ/ATO-1550-rename-scope-property-…
ancalita a95f26d
moved existing examples into subfolder
amn41 40b41ee
use (completed) tutorial bot as example - wip
amn41 b7ad77d
fix some paths
amn41 708a65c
fix more paths
amn41 62eb78a
fix path
amn41 feac44f
split long line
amn41 22df05b
black
amn41 a036662
fix link
amn41 7982311
dm2 merge
tmbo c98ec11
fixed tests
tmbo 5247210
Merge pull request #12838 from RasaHQ/new-flows-format
tmbo abb3079
update tutorial project template with new flows fmt
amn41 2839f88
tutorial template domain file - remove unneeded slot mappings
amn41 b56a416
Merge branch 'dm2' into move_examples
amn41 f7ab413
Merge branch 'dm2' into ato-1548-remove-rasa-chat
m-vdb 315153e
example up to date with new flow format
amn41 9eeeceb
Revert "tutorial template domain file - remove unneeded slot mappings"
amn41 5d31cfe
Update examples/money_transfer/data/flows.yml
amn41 966aba4
temp fix ignoring url
amn41 9a9843f
Merge branch 'move_examples' of github.com:RasaHQ/rasa into move_exam…
amn41 0179870
Implement `rasa data validate flows` (#12866)
ancalita 6e48abc
Eng 545 stack cleaning (#12834)
twerkmeister ebc254e
added circuit breaker for flows
tmbo c0ba3ea
Find all utters used in flows for validation (#12857)
ancalita c247403
fix CLI tests
m-vdb b60ecb4
Merge pull request #12836 from RasaHQ/ato-1548-remove-rasa-chat
m-vdb d1dcf1b
prepared release of version 3.8.0a9
m-vdb f7921b6
Merge branch 'main' into dm2
m-vdb f1efbf8
handle error by using an error pattern
tmbo 5359d75
renamed cdu to dialogue_understanding in tests
tmbo 4c6c3f1
prepared release of version 3.8.0a10
sanchariGr 72901ba
review comments
tmbo 9c69718
chore: renamed cdu folder in tests as dialogue_understanding.
djcowley 25ce5fe
added render_template test.
djcowley 4c82cbe
added is extractable tests and tidy up.
djcowley 23329f7
fixed generate commnands tests and tidy up doc strings.
djcowley 97565f8
fixed collect information flow steps and applied black formatter.
djcowley f4b67fe
fixed missed long line in in tests.
djcowley 6fb3dd8
fixed single trailing whitespace.
djcowley a088531
fixed use of pipe operator.
djcowley 5cb9634
chore: fix unit tests after rebase.
djcowley 4685233
Install ddtrace seperately on linux and windows
sanchariGr d2bbb19
merged dm2
tmbo 8194f0b
chore: fix collect_information.
djcowley 56f9a11
Activate venv for windows
sanchariGr d2f76a9
Merge pull request #12890 from RasaHQ/prepared-release-of-version-3.8…
sanchariGr 78e4702
Merge branch 'dm2' into flow-circuit-breaker
tmbo f3bd4d8
Free disk space
sanchariGr 801b473
Test docker disk space is freed
sanchariGr 09b533d
Revert CI workflow condition
sanchariGr 9144db8
Merge pull request #12896 from RasaHQ/free-disk-space
sanchariGr 11428f9
Merge pull request #12882 from RasaHQ/flow-circuit-breaker
tmbo f9f28e5
fixed bug in conditions using the wrong frame
tmbo ff6de9f
chore: responded to review comments. adding FlowList.user_flows, upda…
djcowley fc5a2a7
prepared release of version 3.8.0a11
tmbo 5221173
chore: added testing for FlowsList.user_flows including __eq__ method…
djcowley 6b13c0a
chore: addressed comments on tests.
djcowley 1a66128
Add test for NLG change - [ENG 501] (#12875)
varunshankar 503c901
Configure prompts through files - [ENG 510] (#12859)
varunshankar 872757e
Merge branch 'dm2' of github.com:RasaHQ/rasa into dm2
amn41 c85cf7a
implement changes
ancalita ff6d3d9
Eng 496 intentless changes (#12900)
twerkmeister ea8e574
Merge pull request #12913 from RasaHQ/ATO-1625-make-slot-mappings-opt…
ancalita 4b4a29c
Merge branch 'dm2' into ENG-472-Component-Wrap-up-LLMCommandGenerator
djcowley bae28b8
init flows_yaml_schema
Urkem 1c978eb
add basic schema
Urkem c38fd21
add fail tests
Urkem 047cd00
add changelog
Urkem f1ef590
fix minProp
Urkem d0f32ec
add next to set slot
Urkem 58a1d82
fix set_slots test
Urkem 989dd22
rename set_slot to set_slots
Urkem 759cc94
add intent
Urkem 96254e9
add entry_prompt
Urkem 9ac998b
add null to slot values
Urkem 0ee7aaa
remove docs link
Urkem 286b52d
fix lint
Urkem 345369c
fix read
Urkem fc61d22
drop reset in set_slots
Urkem 8e9d344
add name to defaults
Urkem c8871bd
fix test
Urkem df2b643
add additional slot types
Urkem 0b7311c
fix lint
Urkem 1a32cc3
typo
Urkem bb2096c
remove just id step
Urkem 41ec137
add next to schemas
Urkem 462fcfe
enforce next to none for link steps
Urkem ad44021
fix fail messages
Urkem 5198d8b
remove intent step
Urkem e45d2e9
fix tests
Urkem 463c703
fix lint
Urkem 6eca72a
chore: fixed type hints for python 3.8.
djcowley 7ec98a2
chore: updated schema for flow in test.
djcowley ca0e002
Disallow dialogue stack slot from being set in custom actions & mark …
ancalita d1d5c0e
remove comment breaking json
amn41 3b4dbe9
fix urls
amn41 7dc7a33
Merge pull request #12860 from RasaHQ/move_examples
m-vdb 09a56a1
chore: updated render prompt test to test line by line.
djcowley ff28dde
prepared release of version 3.8.0a12 (#12922)
varunshankar e6e6c3f
chore: corrected test_llm_command_generator.py folder name.
djcowley d0e3435
Trigger CI
djcowley 69fef21
Merge pull request #12925 from RasaHQ/fix-generator-test-folder-name
djcowley eccc758
Merge branch 'dm2' of github.com:RasaHQ/rasa into dm2
amn41 d754306
remove unneeded slot mapping defs
amn41 0f05c44
add description to amount step
amn41 2981e0d
Merge branch 'dm2' into ENG-472-Component-Wrap-up-LLMCommandGenerator
djcowley 570c339
Merge pull request #12873 from RasaHQ/ENG-472-Component-Wrap-up-LLMCo…
djcowley c0a8cf4
Merge pull request #12928 from RasaHQ/tutorial-template-remove-slot-m…
amn41 9ae3440
Reset slot value for `set_slots` once flow ends (#12918)
ancalita f71a675
[ENG-594] Remove entry prompt (#12934)
tabergma 22a66ef
wrap up and tests for flow trigger action
tmbo ed35201
[ENG-597] Increase minimum compatible version (#12929)
tabergma e0f2cca
[ENG-586] Moved imports of langchain to speed up rasa --help (#12930)
tabergma 012e466
test for regular flow
tmbo 513f42f
Merge pull request #12938 from RasaHQ/ENG-584-wrap-up-flow-trigger-ac…
tmbo 864fe08
Modify LLMCommandGenerator prompt to include possible categorical slo…
varunshankar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like we should move this to
Writing Conditions
section.