@promptbook/anthropic-claude
Advanced tools
Comparing version 0.67.0-0 to 0.67.0-1
@@ -93,3 +93,2 @@ import type { string_date_iso8601 } from '../types/typeAliases'; | ||
/** | ||
* TODO: !!!!!! [🚉] Check each provider that rawResponse is fully serializable as JSON | ||
* TODO: [🧠] Maybe timing more accurate then seconds? | ||
@@ -96,0 +95,0 @@ * TODO: [🧠] Should here be link to the prompt? |
@@ -12,2 +12,3 @@ import type { PrepareOptions } from '../prepare/PrepareOptions'; | ||
/** | ||
* TODO: [🔃] !!!!! If the persona was prepared with different version or different set of models, prepare it once again | ||
* TODO: [🏢] !! Check validity of `modelName` in pipeline | ||
@@ -14,0 +15,0 @@ * TODO: [🏢] !! Check validity of `systemMessage` in pipeline |
@@ -9,2 +9,3 @@ import type { PipelineJson } from '../types/PipelineJson/PipelineJson'; | ||
/** | ||
* TODO: [🔃] !!!!! If the pipeline was prepared with different version or different set of models, prepare it once again | ||
* TODO: [🐠] Maybe base this on `makeValidator` | ||
@@ -11,0 +12,0 @@ * TODO: [🧊] Pipeline can be partially prepared, this should return true ONLY if fully prepared |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.67.0-0", | ||
"version": "0.67.0-1", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.67.0-0" | ||
"@promptbook/core": "0.67.0-1" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
626430
11441