@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
13 lines (12 loc) • 364 B
TypeScript
/**
* Builds a TEAM tool name from teammate identity.
*
* @private utility of chat components
*/
export declare function createTeamToolNameFromUrl(url: string, teammateLabel?: string): string;
/**
* Checks whether a tool name belongs to a TEAM tool.
*
* @private utility of chat components
*/
export declare function isTeamToolName(name: string): boolean;