@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
14 lines (13 loc) • 535 B
TypeScript
import type { string_agent_name, string_url_image } from '../../types/typeAliases';
/**
* Generates an image for the agent to use as profile image
*
* @param agentName The agent name to generate avatar for
* @returns The placeholder profile image URL for the agent
*
* @public exported from `@promptbook/core`
*/
export declare function generatePlaceholderAgentProfileImageUrl(agentName?: string_agent_name): string_url_image;
/**
* TODO: [🤹] Figure out best placeholder image generator https://i.pravatar.cc/1000?u=568
*/