UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 690 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { createGoogleExecutionTools } from '../llm-providers/google/createGoogleExecutionTools'; import type { GoogleExecutionToolsOptions } from '../llm-providers/google/GoogleExecutionToolsOptions'; import { _GoogleRegistration } from '../llm-providers/google/register-constructor'; import type { VercelExecutionToolsOptions } from '../llm-providers/vercel/VercelExecutionToolsOptions'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { createGoogleExecutionTools }; export type { GoogleExecutionToolsOptions }; export { _GoogleRegistration }; export type { VercelExecutionToolsOptions };