@promptbook/google
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
9 lines (8 loc) • 321 B
TypeScript
import { string_agent_name } from '../../types/typeAliases';
import { 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;