UNPKG

@hashbrownai/core

Version:

Runtime helpers for Hashbrown AI

7 lines 243 B
import type { SystemPrompt } from './types'; /** * @public */ export declare function prompt(strings: TemplateStringsArray, ...exprs: unknown[]): SystemPrompt; export type { SystemPrompt } from './types'; //# sourceMappingURL=prompt.d.ts.map