Skip to content
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

Using ruemal.yaml to deal with rasa #164

Open
WilliamQue opened this issue Mar 14, 2023 · 1 comment
Open

Using ruemal.yaml to deal with rasa #164

WilliamQue opened this issue Mar 14, 2023 · 1 comment
Labels

Comments

@WilliamQue
Copy link

Comment:

The following is yaml configuration file from rasa. I do not know how to append part 2 into part 1, especially meeting vartical bar | after examples.

# part 1
version: "3.1"
nlu:
- intent: greet
  examples: |
    - Hey
    - Hi
    - hey there [Sara](name)

# part 2
- intent: greet2
  examples: |
    - aaa
    - bbb
@ocefpaf
Copy link
Member

ocefpaf commented Mar 14, 2023

This looks like a question regarding ruamel.yaml use and not the package. You'll probably have better chances asking that on StackOverFlow or the upstream repo/docs page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants