trieve-ts-sdk
Advanced tools
Comparing version 0.0.58 to 0.0.59
@@ -44,2 +44,3 @@ declare const _default: { | ||
getMessageById(this: import("..").TrieveSDK, data: Omit<import("..").GetMessageByIdData, "trDataset">, signal?: AbortSignal): Promise<import("..").Message>; | ||
getCleanFetch: () => ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) | undefined; | ||
createTopic(this: import("..").TrieveSDK, data: import("..").CreateTopicReqPayload, signal?: AbortSignal): Promise<import("..").Topic>; | ||
@@ -46,0 +47,0 @@ cloneTopic(this: import("..").TrieveSDK, data: import("..").CloneTopicReqPayload, signal?: AbortSignal): Promise<import("..").Topic>; |
@@ -22,2 +22,3 @@ /** | ||
this: TrieveSDK, data: CreateMessageReqPayload, signal?: AbortSignal): Promise<string>; | ||
export declare const getCleanFetch: () => ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) | undefined; | ||
/** | ||
@@ -24,0 +25,0 @@ * Create a message as a stream and returns a reader. Messages are attached to topics in order to coordinate memory of gen-AI chat sessions.Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization. |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"license": "MIT", | ||
@@ -23,0 +23,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
686647
10486