@promptbook/remote-client 0.52.0-29 โ 0.52.0-30
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/esm/index.es.js +1 -1
- package/esm/typings/execution/plugins/llm-execution-tools/anthropic-claude/AnthropicClaudeExecutionTools.d.ts +0 -1
- package/esm/typings/execution/plugins/llm-execution-tools/azure-openai/AzureOpenAiExecutionTools.d.ts +0 -1
- package/esm/typings/execution/plugins/llm-execution-tools/langtail/LangtailExecutionTools.d.ts +0 -3
- package/esm/typings/execution/plugins/llm-execution-tools/openai/OpenAiExecutionTools.d.ts +1 -1
- package/esm/typings/execution/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
- package/umd/typings/execution/plugins/llm-execution-tools/anthropic-claude/AnthropicClaudeExecutionTools.d.ts +0 -1
- package/umd/typings/execution/plugins/llm-execution-tools/azure-openai/AzureOpenAiExecutionTools.d.ts +0 -1
- package/umd/typings/execution/plugins/llm-execution-tools/langtail/LangtailExecutionTools.d.ts +0 -3
- package/umd/typings/execution/plugins/llm-execution-tools/openai/OpenAiExecutionTools.d.ts +1 -1
- package/umd/typings/execution/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts +1 -1
package/esm/index.es.js
CHANGED
|
@@ -149,7 +149,7 @@ var RemoteLlmExecutionTools = /** @class */ (function () {
|
|
|
149
149
|
return RemoteLlmExecutionTools;
|
|
150
150
|
}());
|
|
151
151
|
/**
|
|
152
|
-
* TODO: [๐]
|
|
152
|
+
* TODO: [๐] Allow to list compatible models with each variant
|
|
153
153
|
* TODO: [๐คนโโ๏ธ] RemoteLlmExecutionTools should extend Destroyable and implement IDestroyable
|
|
154
154
|
*/
|
|
155
155
|
|
|
@@ -36,7 +36,6 @@ export declare class AnthropicClaudeExecutionTools implements LlmExecutionTools
|
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* TODO: [๐ง ] Maybe handle errors via transformAnthropicError (like transformAzureError)
|
|
39
|
-
* TODO: [๐][โ] Allow to list compatible models with each variant
|
|
40
39
|
* TODO: Maybe Create some common util for gptChat and gptComplete
|
|
41
40
|
* TODO: Maybe make custom OpenaiError
|
|
42
41
|
*/
|
|
@@ -35,7 +35,6 @@ export declare class AzureOpenAiExecutionTools implements LlmExecutionTools {
|
|
|
35
35
|
listModels(): Promise<Array<AvailableModel>>;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* TODO: [๐][โ] Allow to list compatible models with each variant
|
|
39
38
|
* TODO: Maybe Create some common util for gptChat and gptComplete
|
|
40
39
|
* TODO: Maybe make custom AzureOpenaiError
|
|
41
40
|
*/
|
|
@@ -39,7 +39,7 @@ export declare class OpenAiExecutionTools implements LlmExecutionTools {
|
|
|
39
39
|
listModels(): Array<AvailableModel>;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
* TODO: [
|
|
42
|
+
* TODO: [๐ง ][๐งโโ๏ธ] Maybe there can be some wizzard for thoose who want to use just OpenAI
|
|
43
43
|
* TODO: Maybe Create some common util for gptChat and gptComplete
|
|
44
44
|
* TODO: Maybe make custom OpenaiError
|
|
45
45
|
*/
|
package/esm/typings/execution/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts
CHANGED
|
@@ -35,6 +35,6 @@ export declare class RemoteLlmExecutionTools implements LlmExecutionTools {
|
|
|
35
35
|
listModels(): Promise<Array<AvailableModel>>;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* TODO: [๐]
|
|
38
|
+
* TODO: [๐] Allow to list compatible models with each variant
|
|
39
39
|
* TODO: [๐คนโโ๏ธ] RemoteLlmExecutionTools should extend Destroyable and implement IDestroyable
|
|
40
40
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/remote-client",
|
|
3
|
-
"version": "0.52.0-
|
|
3
|
+
"version": "0.52.0-30",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@promptbook/core": "0.52.0-
|
|
50
|
+
"@promptbook/core": "0.52.0-30"
|
|
51
51
|
},
|
|
52
52
|
"main": "./umd/index.umd.js",
|
|
53
53
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
return RemoteLlmExecutionTools;
|
|
154
154
|
}());
|
|
155
155
|
/**
|
|
156
|
-
* TODO: [๐]
|
|
156
|
+
* TODO: [๐] Allow to list compatible models with each variant
|
|
157
157
|
* TODO: [๐คนโโ๏ธ] RemoteLlmExecutionTools should extend Destroyable and implement IDestroyable
|
|
158
158
|
*/
|
|
159
159
|
|
|
@@ -36,7 +36,6 @@ export declare class AnthropicClaudeExecutionTools implements LlmExecutionTools
|
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* TODO: [๐ง ] Maybe handle errors via transformAnthropicError (like transformAzureError)
|
|
39
|
-
* TODO: [๐][โ] Allow to list compatible models with each variant
|
|
40
39
|
* TODO: Maybe Create some common util for gptChat and gptComplete
|
|
41
40
|
* TODO: Maybe make custom OpenaiError
|
|
42
41
|
*/
|
|
@@ -35,7 +35,6 @@ export declare class AzureOpenAiExecutionTools implements LlmExecutionTools {
|
|
|
35
35
|
listModels(): Promise<Array<AvailableModel>>;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* TODO: [๐][โ] Allow to list compatible models with each variant
|
|
39
38
|
* TODO: Maybe Create some common util for gptChat and gptComplete
|
|
40
39
|
* TODO: Maybe make custom AzureOpenaiError
|
|
41
40
|
*/
|
|
@@ -39,7 +39,7 @@ export declare class OpenAiExecutionTools implements LlmExecutionTools {
|
|
|
39
39
|
listModels(): Array<AvailableModel>;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
* TODO: [
|
|
42
|
+
* TODO: [๐ง ][๐งโโ๏ธ] Maybe there can be some wizzard for thoose who want to use just OpenAI
|
|
43
43
|
* TODO: Maybe Create some common util for gptChat and gptComplete
|
|
44
44
|
* TODO: Maybe make custom OpenaiError
|
|
45
45
|
*/
|
package/umd/typings/execution/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts
CHANGED
|
@@ -35,6 +35,6 @@ export declare class RemoteLlmExecutionTools implements LlmExecutionTools {
|
|
|
35
35
|
listModels(): Promise<Array<AvailableModel>>;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* TODO: [๐]
|
|
38
|
+
* TODO: [๐] Allow to list compatible models with each variant
|
|
39
39
|
* TODO: [๐คนโโ๏ธ] RemoteLlmExecutionTools should extend Destroyable and implement IDestroyable
|
|
40
40
|
*/
|