Open lukasmasuch opened 1 week ago
Add support for configurable toggle buttons which are integrated into the chat input field similar to how its supported in many of the LLM-based apps:
Allows implementing more complex LLM-based apps in Streamlit.
prompt = st.chat_input(..., options=[":material/search: Search", ":material/science: Deep research"]) st.write("Prompt text", prompt.text) st.write("Selected options", prompt.options)
No response
To help Streamlit prioritize this feature, react with a 👍 (thumbs up emoji) to the initial post.
Your vote helps us identify which enhancements matter most to our users.
Checklist
Summary
Add support for configurable toggle buttons which are integrated into the chat input field similar to how its supported in many of the LLM-based apps:
Why?
Allows implementing more complex LLM-based apps in Streamlit.
How?
Additional Context
No response