Greg Stephens
Greg Stephens
Based on upcoming 3.11 & 4.0 releases, LLM config settings will move to `endpoints.yml`. This change would help support this. In the mean time, `train_args` can be use to specify...
Add support for `RASA_PRO_LICENSE` & `OPENAI_API_KEY` as a github secret that can be passed into the docker build
While adding support for Rasa Pro, add a `none` option to `test_type` so we can disable testing until e2e testing is supported by this action.
Github is deprecating set-output. Details [here](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples). Need to update use in the action.yml.
Since the domain is typically stored in a directory under Rasa Pro, add support for domain location. In the mean time, use: `train_args: '--domain domain'`
Review and close any DM1 related GitHub issues that no longer apply to CALM version of bot.