debug completion
This commit is contained in:
parent
f0594c6eca
commit
a69d1c70b1
@ -227,7 +227,7 @@ function M.trigger_completion()
|
|||||||
%s
|
%s
|
||||||
|
|
||||||
Based on the surrounding code context, what would be the most appropriate code to add at the cursor position?
|
Based on the surrounding code context, what would be the most appropriate code to add at the cursor position?
|
||||||
Return ONLY the code that should be added, no explanation.]], vim.bo.filetype, cursor_line, full_context)
|
Return ONLY the raw code without any markdown formatting, language hints, or code blocks.]], vim.bo.filetype, cursor_line, full_context)
|
||||||
|
|
||||||
-- Get completion from Gemini
|
-- Get completion from Gemini
|
||||||
api.get_response(prompt, nil, function(response, error)
|
api.get_response(prompt, nil, function(response, error)
|
||||||
@ -304,7 +304,7 @@ Return ONLY the code that should be added, no explanation.]], vim.bo.filetype, c
|
|||||||
%s
|
%s
|
||||||
|
|
||||||
Complete the code at the cursor position. Consider the syntax and style of the surrounding code.
|
Complete the code at the cursor position. Consider the syntax and style of the surrounding code.
|
||||||
Return ONLY the completion that would naturally follow, no explanation.
|
Return ONLY the raw completion text without any markdown formatting, language hints, or code blocks.
|
||||||
The completion can be multiple lines if appropriate for the context.]], file_type, cursor_line, full_context)
|
The completion can be multiple lines if appropriate for the context.]], file_type, cursor_line, full_context)
|
||||||
|
|
||||||
-- Check cache first
|
-- Check cache first
|
||||||
|
Loading…
x
Reference in New Issue
Block a user