Create a Cloud SQL table to store chat history.
initChatHistoryTable(tableName: string, schemaName: string = "public"): Promise<void>| Name | Type | Description |
|---|---|---|
tableName* | string | Table name to store chat history |
schemaName | string | Default: "public"Schema name to store chat history table |