We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0d18d commit 909d88cCopy full SHA for 909d88c
src/indexes.ts
@@ -1398,7 +1398,7 @@ export class Index<T extends RecordAny = RecordAny> {
1398
/**
1399
* Update the index's chat settings.
1400
*
1401
- * @param chatSettings - ChatSettings object
+ * @param chatSettings - ChatSettingsPayload object
1402
* @returns Promise containing an EnqueuedTask
1403
*/
1404
updateChat(chatSettings: ChatSettingsPayload): EnqueuedTaskPromise {
0 commit comments