UNPKG

prompt-version-manager

Version:

Centralized prompt management system for Human Behavior AI agents

6 lines 185 B
/** * Example usage of the prompt version control system */ declare function testPromptSystem(): Promise<void>; export { testPromptSystem }; //# sourceMappingURL=test-example.d.ts.map