UNPKG

@promptbook/remote-client

Version:

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

12 lines (11 loc) 290 B
import type { Keywords } from './IKeywords'; /** * Searches set of keywords for a specific keyword * * @param haystack * @param needle * @returns * * @public exported from `@promptbook/utils` */ export declare function searchKeywords(haystack: Keywords, needle: Keywords): boolean;