@promptbook/anthropic-claude
Advanced tools
Comparing version 0.72.0-28 to 0.72.0-29
@@ -27,2 +27,6 @@ import type { KnowledgePiecePreparedJson } from '../../types/PipelineJson/KnowledgePieceJson'; | ||
private readonly markdownScraper; | ||
/** | ||
* Showdown converter is used internally | ||
*/ | ||
private readonly showdownConverter; | ||
constructor(tools: Pick<ExecutionTools, 'fs' | 'llm'>, options: PrepareAndScrapeOptions); | ||
@@ -29,0 +33,0 @@ /** |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.72.0-28", | ||
"version": "0.72.0-29", | ||
"description": "Supercharge your use of large language models", | ||
@@ -55,3 +55,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.72.0-28" | ||
"@promptbook/core": "0.72.0-29" | ||
}, | ||
@@ -58,0 +58,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
735733
580
14064