UNPKG

@promptbook/node

Version:

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

6 lines (5 loc) 275 B
import type { GitHubCopilotScriptOptions } from './GitHubCopilotScriptOptions'; /** * Builds the shell script that runs GitHub Copilot CLI with the prompt and coding context. */ export declare function buildGitHubCopilotScript(options: GitHubCopilotScriptOptions): string;