Skip to content

Commit baa2848

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fa2f594 commit baa2848

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lua/CopilotChat/client.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,8 @@ function Client:ask(prompt, opts)
620620
end
621621

622622
local headers = self:authenticate(provider_name)
623-
local request = provider.prepare_input(
624-
generate_ask_request(history, prompt, opts.system_prompt, generated_messages),
625-
options
626-
)
623+
local request =
624+
provider.prepare_input(generate_ask_request(history, prompt, opts.system_prompt, generated_messages), options)
627625
local is_stream = request.stream
628626

629627
local args = {

0 commit comments

Comments
 (0)