Rovo agent not displaying any returned messages to the user for `CREATE` action verb

Hi everyone,

It seems that it’s impossible to get a rovo agent to display any (error) messages if you use the actionVerb as CREATE. The only change I need to make in order for it to work is to use GET and it beautifully displays any messages, error or not, back to the user. I only really need it for errors.

However, I do want to use CREATE, because that’s what the function the agent will call does and I do like and want it to confirm the parameters and have that nice Confirm button.

Is this a known issue? Did I miss something in the docs somewhere on how to make this work for CREATE?

In case it’s helpful to anyone, I found that instead of returning an error message like works well for GETs I just throw a new Error(myMessage) and that seems to get Rovo’s attention and it uses the error in its output most of the time. :party_popper:

1 Like