Generate prompt for prose/writing completions. Focuses on natural language continuation.
Prose context variables
Formatted prompt string
const prompt = getProseCompletionPrompt({ prefix: 'The main objective of this research is to', suffix: 'using machine learning techniques.'}); Copy
const prompt = getProseCompletionPrompt({ prefix: 'The main objective of this research is to', suffix: 'using machine learning techniques.'});
Generate prompt for prose/writing completions. Focuses on natural language continuation.