type MakeSystemPrompt = (textareaPurpose: string, contextString: string) => string; export { MakeSystemPrompt };