Colang file being ignored

Hi, all I tried to run some of the examples using my own configuration for OCI.

Directory layout for config/ is this:
.
├── config
│ ├── config.yml
│ ├── prompts.yml
│ └── rails.co
└── test.py

config.yml:

models:

rails:
input:
flows:
- self check input
output:
flows:
- self check output

streaming: False

When am running
nemoguardrails chat --config ./config

if am prompting a
Hello!
I don’t get back the expected
Hello world! How are you doing

but
Hello again! It’s great to hear from you. Is there something specific you’d like to discuss or any further questions you have? I’m here to assist you in any way I can.

what am doing wrong ?

My bad I forgot to include the rails.co content to better help reproduce my issue, please note even this this .co I don’t get the expected behaviour.

define user express greeting
“Hello”
“Hi”
“Wassup?”

define flow greeting
user express greeting
bot express greeting
bot ask how are you

define bot express greeting
“Hello World!”

define bot ask how are you
“How are you doing?”

Thanks for letting us know that you figured it out. Have a great day,

Sophie

Am sorry but I didn’t solve it at all, I just added a missing file that I had thought was relevant to readers who kindly want to troubleshoot my issue. Even with that file it doesn’t work ;( It seems like nemo open the .co file, read the first line and then close … but I can’t figure out what’s wrong.
Would appreciate a bit of assistance,
thanks

Oh apologies - I will bring this to the attention of the correct team.

Best,

Sophie

Hi, is it possible to get a status update ? thanks

Does your team need more details ? Still haven’t found any solution -_-