File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments