UNPKG

@promptbook/azure-openai

Version:

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

14 lines (13 loc) 601 B
import { Command as Program } from 'commander'; import type { $side_effect } from '../../../utils/organization/$side_effect'; /** * Initializes `coder server` command for Promptbook CLI utilities. * * Runs the same prompt processing logic as `ptbk coder run` but keeps the process alive * and serves a kanban web UI on the configured port. * * Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI * * @private internal function of `promptbookCli` */ export declare function $initializeCoderServerCommand(program: Program): $side_effect;