@promptbook/components 0.104.0-5 → 0.104.0-7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +0,0 @@
1
- import type { string_agent_name } from '../../types/typeAliases';
2
- /**
3
- * Generates a gravatar URL based on agent name for fallback avatar
4
- *
5
- * @param agentName The agent name to generate avatar for
6
- * @returns Gravatar URL
7
- *
8
- * @private - [🤹] The fact that profile image is Gravatar is just implementation detail which should be hidden for consumer
9
- */
10
- export declare function generateGravatarUrl(agentName?: string_agent_name): string;