We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fb910 commit b431c34Copy full SHA for b431c34
1 file changed
doc/CopilotChat.txt
@@ -469,7 +469,7 @@ CORE *CopilotChat-core*
469
chat.ask(prompt, config) -- Ask a question with optional config
470
chat.response() -- Get the last response text
471
chat.resolve_prompt() -- Resolve prompt references
472
- chat.resolve_functions() -- Resolve functions that are available for automatic use by LLM (WARN: async, requires plenary.async.run)
+ chat.resolve_tools() -- Resolve tools that are available for automatic use by LLM
473
chat.resolve_model() -- Resolve model from prompt (WARN: async, requires plenary.async.run)
474
475
-- Window Management
0 commit comments