Replies: 2 comments
|
I just ended up here after reading/watching this — which discusses Thariq's original post on Xitter. Seems like a neat idea to have in Crush. |
0 replies
|
this feature is already implemented via question tool |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Currently, when the agent needs clarification, it asks questions via plain chat messages. This works for simple cases, but in longer or multi-step workflows, questions can become hard to track and easy to miss.
This proposal introduces an
ask_questionstool to ask clarification questions.Motivation
Chat messages are passive and unstructured. There is no clear distinction between:
As a result:
Proposal
Introduce a new tool which agent can use to ask MCQ, General question, etc questions.
Expected Behavior
Why not just use chat?
All reactions