Find answers from the community

Updated 3 weeks ago

@Logan M I'm not sure if this is related

@Logan M I'm not sure if this is related to the workflow thread, but I have an agent that has three tools 1) get_data 2) use_data_to_gen_html 3) send_email_with_html

My workflow does step 1 and 2 and then hangs and doesn't execute step 3. and times out.
O
L
2 comments
Here's my websocket. Anything obviously wrong here?
I would try testing your workflow outside of a websocket/fastapi first to confirm it works?

Or adding some logging, like does response = await websocket.receive_text() ever return?
Add a reply
Sign up and join the conversation on Discord