diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-18 07:35:49 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-18 07:35:49 -0700 |
| commit | 406f4438e7728b57f9ebcad8a214aba0e7be8f0e (patch) | |
| tree | a5c4b3e4602f981ac1b6e794d287efefb7c0f9ab /lua/99/ops | |
| parent | ab095297ecfe6dea1c035ac08f6f6b4eed2c62b5 (diff) | |
| download | a4-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.lua | 1 |
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) |
