rivet icon indicating copy to clipboard operation
rivet copied to clipboard

[Bug]: Documented "Loops: Chatbot" example doesn't work

Open okdewit opened this issue 2 months ago • 1 comments

What happened?

In the documented example, the loop controller doesn't receive a default value for "message history".

I could only get the example to work by adding an empty array node to the default for data 1, so it gets seeded with [] rather than undefined.

What was the expected functionality?

Documented example doesn't work

Relevant screenshots

Fixed example:

image

okdewit avatar Apr 18 '24 12:04 okdewit