-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi role in ext_role #380
Comments
Not quite get your problem. Are you saying how role A can hear the ouput of role B? If this is the case, all the messages are routed by the Planner. If you want role B to hear what role A said, you need to say that explicitly in role A's and role B's description s that will be passed to the Planner's prompt during the conversation. |
Your understanding is correct. However, I do not want to explicitly pass the results through the planner prompt I have a question: can the LLM be asked to search for the field information that appeared in the previous rounds of conversations in the yaml (prompt) of planner examples folder? |
Or can we save the key output of Role in other ways and use it when needed ? |
hello,
There are multiple roles in the ext_role folder, how to transfer the output of A role to B role?
The text was updated successfully, but these errors were encountered: