UNPKG

@promptbook/remote-server

Version:

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

10 lines (9 loc) 327 B
import type { string_agent_name } from '../../types/string_agent_name'; /** * Normalizes agent name from arbitrary string to valid agent name * * Note: [🔂] This function is idempotent. * * @public exported from `@promptbook/core` */ export declare function normalizeAgentName(rawAgentName: string): string_agent_name;