UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 309 B
import type { AgentBasicInformation } from '../AgentBasicInformation'; /** * Ensures the parsed profile always exposes a fullname value. * * @private internal utility of `parseAgentSource` */ export declare function ensureMetaFullname(meta: AgentBasicInformation['meta'], fallbackFullname: string): void;