UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

9 lines (8 loc) 572 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import type { RemoteLlmExecutionToolsOptions } from '../llm-providers/remote/interfaces/RemoteLlmExecutionToolsOptions'; import type { RemoteServerOptions } from '../llm-providers/remote/interfaces/RemoteServerOptions'; import { RemoteLlmExecutionTools } from '../llm-providers/remote/RemoteLlmExecutionTools'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export type { RemoteLlmExecutionToolsOptions }; export type { RemoteServerOptions }; export { RemoteLlmExecutionTools };