feat: AI draft assistant -- voice-matched opportunity drafts (Peregrine CL writer pattern) #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Wire the fine-tuned voice model into the opportunity draft editor as a split-pane AI draft assistant, following the same pattern as Peregrine's cover letter writer.
Depends on
UI pattern (Peregrine cover letter writer)
Split-pane layout in the opportunity detail panel:
Controls on right pane:
API
POST /api/v1/opportunities/{id}/generate-draft{ tone: "casual" | "technical" | "community-first" }{ draft_body: string, model_used: string, tokens: number }Notes