Replies: 1 comment
-
As mentioned in the error message, you need to use If you get this to work with ChainLit, can you post your working script here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How to use chain lit with swarm pattern with handoff messages to user.
I got the following error messages when I try to handoff messages from agent to user in Chainlit:
ValueError: The existing handoff target user is not one of the participants ['my_agent']. If you are resuming Swarm with a new task make sure to include in your task a HandoffMessage with a valid participant as the target. For example, if you are resuming from a HandoffTermination, make sure the new task is a HandoffMessage with a valid participant as the target.
Beta Was this translation helpful? Give feedback.
All reactions