@nexo-labs/payload-typesense 1.6.20 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +141 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -2465,6 +2465,7 @@ declare function fetchChunkById(client: Client, config: ChunkFetchConfig): Promi
|
|
|
2465
2465
|
*/
|
|
2466
2466
|
type ChatSessionData = {
|
|
2467
2467
|
conversation_id: string;
|
|
2468
|
+
title?: string;
|
|
2468
2469
|
messages: Array<Record<string, unknown>>;
|
|
2469
2470
|
status: string;
|
|
2470
2471
|
total_tokens?: number;
|