teodor-new-chat-ui 1.5.2 → 1.5.3
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/api/api-client.d.ts +3 -0
- package/dist/index.esm.js +1708 -1693
- package/dist/index.umd.js +12 -12
- package/package.json +1 -1
package/dist/api/api-client.d.ts
CHANGED
|
@@ -6,6 +6,9 @@ import { CheckpointList, HistoryPayload, MessagesPayload, StatePayload, ThreadIn
|
|
|
6
6
|
export declare class ChatApi {
|
|
7
7
|
baseUrl: string;
|
|
8
8
|
constructor(baseUrl?: string);
|
|
9
|
+
private _inflight;
|
|
10
|
+
private _cache;
|
|
11
|
+
private _cacheTtlMs;
|
|
9
12
|
private _authHeader;
|
|
10
13
|
private _get;
|
|
11
14
|
private _post;
|