| Name | Type | Description |
|---|---|---|
session_id* | str | The session ID to use for the chat message history |
table_name* | str | The name of the database table to use |
sync_connection | Optional[psycopg.Connection] | Default: NoneAn existing psycopg connection instance |
async_connection | Optional[psycopg.AsyncConnection] | Default: None |
| Name | Type |
|---|---|
| table_name | str |
| session_id | str |
| sync_connection | Optional[psycopg.Connection] |
| async_connection | Optional[psycopg.AsyncConnection] |
An existing psycopg async connection instance