Skip to content

Commit 885801c

Browse files
chore(doc): auto generate docs
1 parent 6ac77aa commit 885801c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/CopilotChat.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,12 @@ Below are all available configuration options with their default values:
516516
tools = nil, -- Default tool or array of tools (or groups) to share with LLM (can be specified manually in prompt via @).
517517
sticky = nil, -- Default sticky prompt or array of sticky prompts to use at start of every new chat (can be specified manually in prompt via >).
518518

519+
resource_processing = false, -- Enable intelligent resource processing (skips unnecessary resources to save tokens)
520+
519521
temperature = 0.1, -- Result temperature
520522
headless = false, -- Do not write to chat buffer and use history (useful for using custom processing)
521523
callback = nil, -- Function called when full response is received
522-
remember_as_sticky = true, -- Remember model as sticky prompts when asking questions
524+
remember_as_sticky = true, -- Remember config as sticky prompts when asking questions
523525

524526
-- default selection
525527
-- see select.lua for implementation

0 commit comments

Comments
 (0)