trieve-ts-sdk
Advanced tools
Comparing version 0.0.5 to 0.0.6
/** | ||
* This includes all the functions you can use to communicate with our analytics API | ||
* | ||
* @module Analytic Methods | ||
* @module Analytics Methods | ||
*/ | ||
@@ -6,0 +6,0 @@ import { ClusterAnalytics, CTRAnalytics, CTRDataRequestBody, RAGAnalytics, RecommendationAnalytics, SearchAnalytics } from "../../fetch-client"; |
@@ -23,3 +23,3 @@ /** | ||
/** | ||
* Create a message. 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. | ||
* 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. | ||
* | ||
@@ -26,0 +26,0 @@ * Example: |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
@@ -27,8 +27,9 @@ "scripts": { | ||
"esbuild-register": "^3.6.0", | ||
"typedoc": "^0.26.0", | ||
"typedoc-plugin-extras": "^3.1.0", | ||
"typedoc-plugin-mdn-links": "^3.2.9", | ||
"typedoc-plugin-merge-modules": "^6.0.0", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5", | ||
"typedoc": "^0.26.0", | ||
"typedoc-plugin-merge-modules": "^6.0.0" | ||
"vitest": "^2.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
390939
6519
10