Support Forms in Chat #1371
totalhack
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 3 replies
-
Hey @totalhack sorry I didn’t get to reply sooner Based on what you said, the first thing that comes to mind is AIPRM-like prompts, where you can create form-like variables for the prompt. Is that pretty accurate to what you mean? We can definitely explore this through prompts when they are integrated. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Have you considered a feature where certain responses from the LLM might be translated to a form-like UI instead of plaintext input?
Simplest example: if the LLM asks the user a yes/no question, return a yes and a no button. The same logic could be extended to date inputs, cases where a dropdown might be appropriate, etc.
Beyond those obvious cases, I imagine many business use cases where you want the LLM to collect more complex input to complete a task, such as forming an analytics query for an internal tool.
Beta Was this translation helpful? Give feedback.
All reactions