UNPKG

@promptbook/remote-server

Version:

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

10 lines (9 loc) 305 B
/** * Builds a tool invocation script that injects hidden runtime context into tool args. * * @private utility of OpenAI tool execution wrappers */ export declare function buildToolInvocationScript(options: { readonly functionName: string; readonly functionArgsExpression: string; }): string;