UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

20 lines (19 loc) 899 B
import type { string_filename } from '../../../types/string_filename'; import type { string_markdown } from '../../../types/string_markdown'; import type { $side_effect } from '../../../utils/organization/$side_effect'; /** * Pass the `.env` file which was used to configure LLM tools * * Note: `$` is used to indicate that this variable is making side effect * * @private internal log of `$provideLlmToolsConfigurationFromEnv` and `$registeredLlmToolsMessage` */ export declare function $setUsedEnvFilename(filepath: string_filename): $side_effect; /** * 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;