This commit is contained in:
Michael Freno
2025-12-26 16:15:55 -05:00
parent 295846c226
commit 15a3167dc9

View File

@@ -355,7 +355,7 @@ const IframeEmbed = Node.create<IframeOptions>({
};
}
});
const CONTEXT_SIZE = 256;
const CONTEXT_SIZE = 512; // Characters before/after cursor for context for llm infill
// Custom Reference mark extension
import { Extension } from "@tiptap/core";