@posthog/wizard
Version:
The PostHog wizard helps you to configure your project
17 lines (16 loc) • 493 B
TypeScript
import { PromptTemplate } from '@langchain/core/prompts';
export declare const baseFilterFilesPromptTemplate: PromptTemplate<{
documentation: any;
file_list: any;
integration_name: any;
integration_rules: any;
}, any>;
export declare const baseGenerateFileChangesPromptTemplate: PromptTemplate<{
documentation: any;
integration_name: any;
integration_rules: any;
file_content: any;
file_path: any;
changed_files: any;
unchanged_files: any;
}, any>;