@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 CHANGED
@@ -149,7 +149,7 @@ var RemoteLlmExecutionTools = /** @class */ (function () {
149
149
  return RemoteLlmExecutionTools;
150
150
  }());
151
151
  /**
152
- * TODO: [๐Ÿ“][โ™] Allow to list compatible models with each variant
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
  */
@@ -5,6 +5,3 @@ import { OpenAiExecutionTools } from '../openai/OpenAiExecutionTools';
5
5
  */
6
6
  export declare class LangtailExecutionTools extends OpenAiExecutionTools implements LlmExecutionTools {
7
7
  }
8
- /**
9
- * TODO: [๐Ÿ“][โ™] Allow to list the available prompts in Langtail
10
- */
@@ -39,7 +39,7 @@ export declare class OpenAiExecutionTools implements LlmExecutionTools {
39
39
  listModels(): Array<AvailableModel>;
40
40
  }
41
41
  /**
42
- * TODO: [๐Ÿ“][โ™] Allow to list compatible models with each variant
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
  */
@@ -35,6 +35,6 @@ export declare class RemoteLlmExecutionTools implements LlmExecutionTools {
35
35
  listModels(): Promise<Array<AvailableModel>>;
36
36
  }
37
37
  /**
38
- * TODO: [๐Ÿ“][โ™] Allow to list compatible models with each variant
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-29",
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-29"
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: [๐Ÿ“][โ™] Allow to list compatible models with each variant
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
  */
@@ -5,6 +5,3 @@ import { OpenAiExecutionTools } from '../openai/OpenAiExecutionTools';
5
5
  */
6
6
  export declare class LangtailExecutionTools extends OpenAiExecutionTools implements LlmExecutionTools {
7
7
  }
8
- /**
9
- * TODO: [๐Ÿ“][โ™] Allow to list the available prompts in Langtail
10
- */
@@ -39,7 +39,7 @@ export declare class OpenAiExecutionTools implements LlmExecutionTools {
39
39
  listModels(): Array<AvailableModel>;
40
40
  }
41
41
  /**
42
- * TODO: [๐Ÿ“][โ™] Allow to list compatible models with each variant
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
  */
@@ -35,6 +35,6 @@ export declare class RemoteLlmExecutionTools implements LlmExecutionTools {
35
35
  listModels(): Promise<Array<AvailableModel>>;
36
36
  }
37
37
  /**
38
- * TODO: [๐Ÿ“][โ™] Allow to list compatible models with each variant
38
+ * TODO: [๐Ÿ“] Allow to list compatible models with each variant
39
39
  * TODO: [๐Ÿคนโ€โ™‚๏ธ] RemoteLlmExecutionTools should extend Destroyable and implement IDestroyable
40
40
  */