@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 337 B
TypeScript
import type { string_agent_name } from '../../types/string_agent_name';
import type { string_book } from './string_book';
/**
* Creates temporary default agent name based on agent source hash
*
* @public exported from `@promptbook/core`
*/
export declare function createDefaultAgentName(agentSource: string_book): string_agent_name;