UNPKG

@promptbook/openai

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

9 lines (8 loc) 370 B
/** * Default placeholder variants shown when an agent is still composing a response. * * @private BUT maybe export via some package */ export declare const DEFAULT_THINKING_MESSAGES: readonly ["Thinking...", "Searching for information...", "Sorting information..."]; /** @internal */ export type ThinkingMessageVariant = (typeof DEFAULT_THINKING_MESSAGES)[number];