UNPKG

@promptbook/remote-server

Version:

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

14 lines (13 loc) 371 B
/** * Names of tools used by the USE PROJECT commitment. * * @private constant of UseProjectCommitmentDefinition */ export declare const UseProjectToolNames: { readonly listFiles: string; readonly readFile: string; readonly upsertFile: string; readonly deleteFile: string; readonly createBranch: string; readonly createPullRequest: string; };