on_settings_update
AsyncFunction
This function is defined in the chainlit_ui module.Handle updates to the ChatSettings form.
Signature
Parameters
No description available.
Returns
The result of the operation.
Handle updates to the ChatSettings form.
This function is defined in the chainlit_ui module.Handle updates to the ChatSettings form.
async def on_settings_update(settings: Any) -> Any