Find answers from the community

Updated 2 weeks ago

Best practices for testing workflows

Are there general platforms or best practices for testing workflows?
L
O
3 comments
Probably using something like arize would help you log your workflow steps. Alternatively, I just add prints (or emit debug events that I use with stream_events )
I'm not looking to emit the events or do monitoring (yet) though. I'm more asking how we might create a testing platform to ensure that the system is always doing what it's supposed to be doing?

Say, we want the platform to never talk about sex, drugs, and rock and roll, or when a person says "X" you should respond with "Y". etc
ohhhh.. I guess thats more of a general LLM/app testing thing πŸ€” Arize does have some of that built in
Add a reply
Sign up and join the conversation on Discord