@promptbook/remote-client 0.102.0 → 0.103.0-1
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/README.md +8 -2
- package/esm/index.es.js +1 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/config.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/AnthropicClaudeExecutionTools.d.ts +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +3 -3
- package/umd/index.umd.js +1 -1
- package/umd/index.umd.js.map +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
<!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten -->
|
|
2
2
|
|
|
3
|
-
# ✨ Promptbook: AI
|
|
3
|
+
# ✨ Promptbook: AI Agents
|
|
4
|
+
|
|
5
|
+
Turn your company's scattered knowledge into AI ready Books
|
|
6
|
+
|
|
4
7
|
|
|
5
|
-
Write AI applications using plain human language across multiple models and platforms.
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
|
|
@@ -29,6 +31,10 @@ Write AI applications using plain human language across multiple models and plat
|
|
|
29
31
|
|
|
30
32
|
|
|
31
33
|
|
|
34
|
+
<blockquote style="color: #ff8811">
|
|
35
|
+
<b>⚠ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
|
|
36
|
+
</blockquote>
|
|
37
|
+
|
|
32
38
|
## 📦 Package `@promptbook/remote-client`
|
|
33
39
|
|
|
34
40
|
- Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
|
package/esm/index.es.js
CHANGED
|
@@ -20,7 +20,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
20
20
|
* @generated
|
|
21
21
|
* @see https://github.com/webgptorg/promptbook
|
|
22
22
|
*/
|
|
23
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.
|
|
23
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.103.0-1';
|
|
24
24
|
/**
|
|
25
25
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
26
26
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|