@promptbook/cli 0.103.0 → 0.104.0-0

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 CHANGED
@@ -27,6 +27,10 @@ Turn your company's scattered knowledge into AI ready Books
27
27
 
28
28
 
29
29
 
30
+ <blockquote style="color: #ff8811">
31
+ <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>.
32
+ </blockquote>
33
+
30
34
  ## 📦 Package `@promptbook/cli`
31
35
 
32
36
  - Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
@@ -51,14 +51,16 @@ export default async function WebsiteIntegrationAgentPage({ params }: { params:
51
51
 
52
52
  <CodePreview code={code} />
53
53
  <PromptbookAgentIntegration
54
- formfactor="profile"
54
+ // formfactor="profile"
55
55
  agentUrl={agentUrl}
56
56
  meta={meta}
57
- style={{
58
- width: '400px',
59
- height: '600px',
60
- // outline: `2px solid red`
61
- }}
57
+ style={
58
+ {
59
+ // width: '400px',
60
+ // height: '600px',
61
+ // outline: `2px solid red`
62
+ }
63
+ }
62
64
  />
63
65
  </main>
64
66
  );
package/esm/index.es.js CHANGED
@@ -47,7 +47,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
47
47
  * @generated
48
48
  * @see https://github.com/webgptorg/promptbook
49
49
  */
50
- const PROMPTBOOK_ENGINE_VERSION = '0.103.0';
50
+ const PROMPTBOOK_ENGINE_VERSION = '0.104.0-0';
51
51
  /**
52
52
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
53
53
  * Note: [💞] Ignore a discrepancy between file name and entity name