@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 347 B
TypeScript
import type { LlmToolDefinition } from '../../types/LlmToolDefinition';
/**
* Adds USE PROJECT tool definitions while keeping already registered tools untouched.
*
* @private function of UseProjectCommitmentDefinition
*/
export declare function createUseProjectTools(existingTools: ReadonlyArray<LlmToolDefinition>): Array<LlmToolDefinition>;