Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

on_settings_update

AsyncFunction
This function is defined in the chainlit_ui module.
Handle updates to the ChatSettings form.

Signature

async def on_settings_update(settings: Any) -> Any

Parameters

settings
Any
required
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • f.write

Source

View on GitHub

praisonai/chainlit_ui.py at line 150