-
-
Notifications
You must be signed in to change notification settings - Fork 17
Build Compose Mode request and prompt construction #68
Copy link
Copy link
Closed
Labels
area:promptPrompt rendering, model catalog, completion behaviorPrompt rendering, model catalog, completion behaviorarea:runtimellama.cpp wrapper, KV cache, sampling, downloadsllama.cpp wrapper, KV cache, sampling, downloadsenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
area:promptPrompt rendering, model catalog, completion behaviorPrompt rendering, model catalog, completion behaviorarea:runtimellama.cpp wrapper, KV cache, sampling, downloadsllama.cpp wrapper, KV cache, sampling, downloadsenhancementNew feature or requestNew feature or request
Projects
Status
Done
Problem
Autocomplete prompts are optimized for short continuations. Compose Mode needs a different request contract that can ask for a full draft while still respecting local context, user instructions, output limits, and insertion safety.
Goal
Create the generation request and prompt foundation for longer Compose outputs without weakening the existing autocomplete prompt path.
Proposed Scope
Acceptance Criteria
Open Questions
Parent: #66