diff --git a/ee/tabby-ui/components/prompt-form.tsx b/ee/tabby-ui/components/prompt-form.tsx index df06121..dd6b5e1 100644 --- a/ee/tabby-ui/components/prompt-form.tsx +++ b/ee/tabby-ui/components/prompt-form.tsx @@ -122,7 +122,7 @@ export function PromptForm({ if (!completion?.doc) return finalInput = finalInput.replaceAll( key, - `${'```'}${completion.doc?.language ?? ''}\n${ + `\n${'```'}${completion.doc?.language ?? ''}\n${ completion.doc.body ?? '' }\n${'```'}\n` )