@promptbook/anthropic-claude
Advanced tools
Comparing version 0.64.0-0 to 0.65.0-0
@@ -9,3 +9,3 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.4'; | ||
var PROMPTBOOK_VERSION = '0.64.0-0'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -12,0 +12,0 @@ |
@@ -33,3 +33,3 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { CallbackInterfaceToolsOptions } from '../knowledge/dialogs/callback/CallbackInterfaceToolsOptions'; | ||
import type { LlmToolsConfiguration } from '../llm-providers/_common/LlmConfiguration'; | ||
import type { LlmToolsConfiguration } from '../llm-providers/_common/LlmToolsConfiguration'; | ||
import type { CacheItem } from '../llm-providers/_common/utils/cache/CacheItem'; | ||
@@ -243,3 +243,2 @@ import type { CacheLlmToolsOptions } from '../llm-providers/_common/utils/cache/CacheLlmToolsOptions'; | ||
export type { LlmToolsConfiguration }; | ||
export type { LlmToolsConfiguration }; | ||
export type { CacheItem }; | ||
@@ -246,0 +245,0 @@ export type { CacheLlmToolsOptions }; |
import type { TODO_any } from '../../utils/organization/TODO_any'; | ||
import type { LlmExecutionTools } from '../../execution/LlmExecutionTools'; | ||
import type { LlmToolsConfiguration } from './LlmConfiguration'; | ||
import type { LlmToolsConfiguration } from './LlmToolsConfiguration'; | ||
/** | ||
@@ -5,0 +5,0 @@ * @public exported from `@promptbook/node` |
import { MultipleLlmExecutionTools } from '../multiple/MultipleLlmExecutionTools'; | ||
import type { LlmToolsConfiguration } from './LlmConfiguration'; | ||
import type { LlmToolsConfiguration } from './LlmToolsConfiguration'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Options for `createLlmToolsFromEnv` |
@@ -1,2 +0,2 @@ | ||
import type { LlmToolsConfiguration } from './LlmConfiguration'; | ||
import type { LlmToolsConfiguration } from './LlmToolsConfiguration'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @@@ |
@@ -0,1 +1,2 @@ | ||
import type { string_title } from '../../types/typeAliases'; | ||
import type { TODO_object } from '../../utils/organization/TODO_object'; | ||
@@ -10,2 +11,6 @@ import type { TODO_string } from '../../utils/organization/TODO_string'; | ||
*/ | ||
title: string_title; | ||
/** | ||
* @@@ | ||
*/ | ||
packageName: TODO_string; | ||
@@ -22,3 +27,4 @@ /** | ||
/** | ||
* TODO: [๐ง ][๐ฐ] `title` is redundant BUT maybe allow each provider pass it's own title for tracking purposes | ||
* TODO: [๐ง ] Maybe add option for `constructorName` instead of `className` | ||
*/ |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.64.0-0", | ||
"version": "0.65.0-0", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.64.0-0" | ||
"@promptbook/core": "0.65.0-0" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -17,3 +17,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.4'; | ||
var PROMPTBOOK_VERSION = '0.64.0-0'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -20,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
516056
439
9436