gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
31.98k stars 2.38k forks source link

Allow radio buttons in `gr.Chatbot` #8698

Open latinostats opened 2 months ago

latinostats commented 2 months ago

A very common pattern in chatbots is to present the user with specific options to choose from (this functionality is present in MS Copilot, see picture below)

drawing

Would it be possible to include a component that could include a text string and provide a group of selectable options that could be captured for backend processing within the Chatbot component? FYI... this would help LLM RAG pipelines since these options can be very useful for metadata filtering of documents!

abidlabs commented 2 months ago

Related: #4763