summaryrefslogtreecommitdiff
path: root/lua/99/ops
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-18 07:35:49 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-18 07:35:49 -0700
commit406f4438e7728b57f9ebcad8a214aba0e7be8f0e (patch)
treea5c4b3e4602f981ac1b6e794d287efefb7c0f9ab /lua/99/ops
parentab095297ecfe6dea1c035ac08f6f6b4eed2c62b5 (diff)
downloada4-406f4438e7728b57f9ebcad8a214aba0e7be8f0e.tar.xz
a4-406f4438e7728b57f9ebcad8a214aba0e7be8f0e.zip
chore: fake failing tests and lint
Diffstat (limited to 'lua/99/ops')
-rw-r--r--lua/99/ops/search.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/99/ops/search.lua b/lua/99/ops/search.lua
index 44dd29c..f819e4b 100644
--- a/lua/99/ops/search.lua
+++ b/lua/99/ops/search.lua
@@ -75,7 +75,6 @@ local function search(context, opts)
local prompt, refs =
make_prompt(context, context._99.prompts.prompts.semantic_search(), opts)
-
request:add_prompt_content(prompt)
context:add_references(refs)
context:add_clean_up(clean_up)