@promptbook/core
Advanced tools
Comparing version 0.84.0-15 to 0.84.0-16
@@ -7,2 +7,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { _AzureOpenAiRegistration } from '../llm-providers/azure-openai/register-constructor'; | ||
import { _DeepseekMetadataRegistration } from '../llm-providers/deepseek/register-configuration'; | ||
import { _DeepseekRegistration } from '../llm-providers/deepseek/register-constructor'; | ||
import { _GoogleMetadataRegistration } from '../llm-providers/google/register-configuration'; | ||
@@ -34,2 +36,4 @@ import { _GoogleRegistration } from '../llm-providers/google/register-constructor'; | ||
export { _AzureOpenAiRegistration }; | ||
export { _DeepseekMetadataRegistration }; | ||
export { _DeepseekRegistration }; | ||
export { _GoogleMetadataRegistration }; | ||
@@ -36,0 +40,0 @@ export { _GoogleRegistration }; |
@@ -94,2 +94,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { _AzureOpenAiMetadataRegistration } from '../llm-providers/azure-openai/register-configuration'; | ||
import { _DeepseekMetadataRegistration } from '../llm-providers/deepseek/register-configuration'; | ||
import { _GoogleMetadataRegistration } from '../llm-providers/google/register-configuration'; | ||
@@ -224,2 +225,3 @@ import { joinLlmExecutionTools } from '../llm-providers/multiple/joinLlmExecutionTools'; | ||
export { _AzureOpenAiMetadataRegistration }; | ||
export { _DeepseekMetadataRegistration }; | ||
export { _GoogleMetadataRegistration }; | ||
@@ -226,0 +228,0 @@ export { joinLlmExecutionTools }; |
@@ -73,2 +73,3 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { AzureOpenAiExecutionToolsOptions } from '../llm-providers/azure-openai/AzureOpenAiExecutionToolsOptions'; | ||
import type { DeepseekExecutionToolsOptions } from '../llm-providers/deepseek/DeepseekExecutionToolsOptions'; | ||
import type { GoogleExecutionToolsOptions } from '../llm-providers/google/GoogleExecutionToolsOptions'; | ||
@@ -348,2 +349,3 @@ import type { OpenAiAssistantExecutionToolsOptions } from '../llm-providers/openai/OpenAiAssistantExecutionToolsOptions'; | ||
export type { AzureOpenAiExecutionToolsOptions }; | ||
export type { DeepseekExecutionToolsOptions }; | ||
export type { GoogleExecutionToolsOptions }; | ||
@@ -350,0 +352,0 @@ export type { OpenAiAssistantExecutionToolsOptions }; |
@@ -6,2 +6,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; | ||
import { _AzureOpenAiRegistration } from '../llm-providers/azure-openai/register-constructor'; | ||
import { _DeepseekMetadataRegistration } from '../llm-providers/deepseek/register-configuration'; | ||
import { _DeepseekRegistration } from '../llm-providers/deepseek/register-constructor'; | ||
import { _GoogleMetadataRegistration } from '../llm-providers/google/register-configuration'; | ||
@@ -33,2 +35,4 @@ import { _GoogleRegistration } from '../llm-providers/google/register-constructor'; | ||
export { _AzureOpenAiRegistration }; | ||
export { _DeepseekMetadataRegistration }; | ||
export { _DeepseekRegistration }; | ||
export { _GoogleMetadataRegistration }; | ||
@@ -35,0 +39,0 @@ export { _GoogleRegistration }; |
{ | ||
"name": "@promptbook/core", | ||
"version": "0.84.0-15", | ||
"version": "0.84.0-16", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -36,3 +36,3 @@ "private": false, | ||
], | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"license": "FSL-1.1-Apache-2.0", | ||
"bugs": { | ||
@@ -39,0 +39,0 @@ "url": "https://github.com/webgptorg/promptbook/issues" |
@@ -17,3 +17,3 @@ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
## ❄ New Features | ||
## 🌟 New Features | ||
@@ -271,4 +271,5 @@ - 🐋 **Support of [DeepSeek models](https://www.deepseek.com/)** | ||
- **[@promptbook/google](https://www.npmjs.com/package/@promptbook/google)** - Integration with Google's Gemini API | ||
- **[@promptbook/deepseek](https://www.npmjs.com/package/@promptbook/deepseek)** - Integration with [DeepSeek API](https://www.deepseek.com/) | ||
- **[@promptbook/azure-openai](https://www.npmjs.com/package/@promptbook/azure-openai)** - Execution tools for Azure OpenAI API | ||
- **[@promptbook/langtail](https://www.npmjs.com/package/@promptbook/langtail)** - Execution tools for Langtail API, wrapper around Langtail SDK | ||
- **[@promptbook/fake-llm](https://www.npmjs.com/package/@promptbook/fake-llm)** - Mocked execution tools for testing the library and saving the tokens | ||
@@ -275,0 +276,0 @@ - **[@promptbook/remote-client](https://www.npmjs.com/package/@promptbook/remote-client)** - Remote client for remote execution of promptbooks |
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
2329931
685
36204
446