feat: change the step by step prompt
This commit is contained in:
@@ -491,8 +491,9 @@ function M.run_chatgpt_paste_command()
|
||||
-- We simply check if step-by-step is enabled, then provide a short note if needed
|
||||
if token_count > (conf.token_limit or 8000) and conf.enable_step_by_step then
|
||||
local step_message = [[
|
||||
It appears this requested data is quite large. Please consider handling these files step by step.
|
||||
Let me know how you would like to proceed.
|
||||
It appears this requested data is quite large. Please lets split the task into smaller steps
|
||||
and continue step by step.
|
||||
Which files would you need for the first step?
|
||||
]]
|
||||
copy_to_clipboard(step_message)
|
||||
print("Step-by-step guidance copied to clipboard!")
|
||||
|
||||
Reference in New Issue
Block a user