You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok, i found the missing node, I'm able to send commands to NR from Assist, and i can see the message captured in one of the nodes, I can also see the the error response ( it means NR can send messages back ) but i'm strugglin in how to perform that format with my own message
msg.payload = {
finish_reason: "stop",
message: {
role: "assistant",
content: "Implement your logic before this node and Replace this message with whatever response you want"
}
}
return msg;
I have exported the flow but the auth node is showing with an error, it doesn't seem to exist in the flow
The text was updated successfully, but these errors were encountered: