@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
13 lines (12 loc) • 451 B
TypeScript
import type { string_markdown } from '../../../types/typeAliases';
/**
* Creates a message with all registered LLM tools
*
* Note: This function is used to create a (error) message when there is no constructor for some LLM provider
*
* @private internal function of `createLlmToolsFromConfiguration` and `$provideLlmToolsFromEnv`
*/
export declare function $registeredLlmToolsMessage(): string_markdown;
/**
* TODO: [®] DRY Register logic
*/