server
server(input, output, session, querychat_config)Initialize the querychat server.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| querychat_config | QueryChatConfig | Configuration object from init(). | required |
Returns
| Name | Type | Description |
|---|---|---|
| dict[str, Any] | A dictionary with reactive components: - sql: A reactive that returns the current SQL query. - title: A reactive that returns the current title. - df: A reactive that returns the filtered data frame. - chat: The chat object. |