I am building a ChatGPT app, and I want the user to completely focus on the widget at some time.
For that, the chat input that is always rendered is kind of misleading, so my questions are:
- Is there any way to ‘hide’ the chat input field when a widget is displayed ? (under full sceren mode)
- Is there a way to customise the behaviour of the chat input? For example, to make a tool call or do something else, instead of triggering a new turn of ChatGPT.
- Is there a way to avoid a new response generation from ChatGPT and just re-render the widget?
Thanks in advance!