apollo-ai-api-client
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -37,2 +37,3 @@ export interface IAutoAbstractResponse { | ||
keywords?: string[]; | ||
threshold?: number; | ||
} | ||
@@ -39,0 +40,0 @@ export interface IContinuesClusteringInput { |
@@ -106,2 +106,5 @@ "use strict"; | ||
} | ||
if (options.threshold) { | ||
url.searchParams.append('threshold', options.threshold.toString()); | ||
} | ||
const clusteringResult = yield node_fetch_1.default(url.toString(), { | ||
@@ -108,0 +111,0 @@ method: 'POST', |
{ | ||
"name": "apollo-ai-api-client", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Client for the apollo.ai auto abstract api.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
14248
198