@promptbook/anthropic-claude
Advanced tools
Comparing version 0.60.0-3 to 0.60.0-4
@@ -704,5 +704,5 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.60.0-2'; | ||
var PROMPTBOOK_VERSION = '0.60.0-3'; | ||
export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -20,3 +20,3 @@ import type { string_markdown_text } from '../typeAliases'; | ||
* Tip: You can do versioning in the URL | ||
* For example: https://promptbook.webgpt.com/cs/write-website-content.ptbk.md@1.0.0 | ||
* For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0 | ||
* Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline | ||
@@ -23,0 +23,0 @@ */ |
@@ -53,3 +53,3 @@ import type { PostprocessingFunction } from '../scripting/javascript/JavascriptExecutionToolsOptions'; | ||
* | ||
* @example https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords | ||
* @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords | ||
*/ | ||
@@ -56,0 +56,0 @@ readonly promptbookUrl: string_pipeline_url_with_hashtemplate; |
@@ -182,3 +182,3 @@ /** | ||
* | ||
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md"` | ||
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"` | ||
*/ | ||
@@ -189,3 +189,3 @@ export type string_pipeline_url = string; | ||
* | ||
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords"` | ||
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"` | ||
*/ | ||
@@ -192,0 +192,0 @@ export type string_pipeline_url_with_hashtemplate = string; |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.60.0-3", | ||
"version": "0.60.0-4", | ||
"description": "Supercharge your use of large language models", | ||
@@ -52,3 +52,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.60.0-3" | ||
"@promptbook/core": "0.60.0-4" | ||
}, | ||
@@ -55,0 +55,0 @@ "main": "./umd/index.umd.js", |
@@ -182,3 +182,3 @@ # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook | ||
> | ||
> - PROMPTBOOK URL https://promptbook.webgpt.com/en/write-website-content.ptbk.md | ||
> - PROMPTBOOK URL https://promptbook.studio/webgpt/write-website-content.ptbk.md | ||
> - PROMPTBOOK VERSION 0.0.1 | ||
@@ -185,0 +185,0 @@ > - INPUTโฏโฏPARAM `{rawTitle}` Automatically suggested a site name or empty text |
@@ -712,3 +712,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.60.0-2'; | ||
var PROMPTBOOK_VERSION = '0.60.0-3'; | ||
@@ -715,0 +715,0 @@ exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools; |
@@ -20,3 +20,3 @@ import type { string_markdown_text } from '../typeAliases'; | ||
* Tip: You can do versioning in the URL | ||
* For example: https://promptbook.webgpt.com/cs/write-website-content.ptbk.md@1.0.0 | ||
* For example: https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md@1.0.0 | ||
* Warning: Do not hash part of the URL, hash part is used for identification of the prompt template in the pipeline | ||
@@ -23,0 +23,0 @@ */ |
@@ -53,3 +53,3 @@ import type { PostprocessingFunction } from '../scripting/javascript/JavascriptExecutionToolsOptions'; | ||
* | ||
* @example https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords | ||
* @example https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords | ||
*/ | ||
@@ -56,0 +56,0 @@ readonly promptbookUrl: string_pipeline_url_with_hashtemplate; |
@@ -182,3 +182,3 @@ /** | ||
* | ||
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md"` | ||
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md"` | ||
*/ | ||
@@ -189,3 +189,3 @@ export type string_pipeline_url = string; | ||
* | ||
* For example `"https://promptbook.webgpt.com/cs/write-website-content.ptbk.md#keywords"` | ||
* For example `"https://promptbook.studio/webgpt/write-website-content-cs.ptbk.md#keywords"` | ||
*/ | ||
@@ -192,0 +192,0 @@ export type string_pipeline_url_with_hashtemplate = string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570521
28