UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 284 B
import type { string_javascript_name } from '../../types/string_person_fullname'; /** * Gets all tool titles provided by all commitments * * @public exported from `@promptbook/core` */ export declare function getAllCommitmentsToolTitles(): Record<string_javascript_name, string>;