UNPKG

@promptbook/openai

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

13 lines (12 loc) 343 B
/** * Builds a TEAM tool name from a teammate agent URL. * * @private utility of chat components */ export declare function createTeamToolNameFromUrl(url: string): string; /** * Checks whether a tool name belongs to a TEAM tool. * * @private utility of chat components */ export declare function isTeamToolName(name: string): boolean;