UNPKG

@promptbook/vercel

Version:

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

10 lines (9 loc) 316 B
import { string_agent_name } from '../../types/typeAliases'; /** * 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;