UNPKG

@promptbook/node

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

6 lines (5 loc) 235 B
import type { GeminiScriptOptions } from './GeminiScriptOptions'; /** * Builds the shell script that runs Gemini with the prompt and coding context. */ export declare function buildGeminiScript(options: GeminiScriptOptions): string;