@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 343 B
TypeScript
import type { Registration } from '../../utils/misc/$Register';
/**
* Registration of Agent LLM provider
*
* Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available LLM tools
*
* @public exported from `@promptbook/core`
*/
export declare const _AgentRegistration: Registration;