-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationtools
Milestone
Description
Lots of stuff to document! New tools.md top level page.
Preview: https://github.com/simonw/llm/blob/tools/docs/tools.md
TODO:
- Document
register_tools()plugin hook - Basic explanation of what tools are and how they work in LLM
- Python API for registering tools with a prompt (function and
llm.Tool) - including note on how async works - How to use tools with
llm -T xrllm --tool X(link this from the usage page too) - Docs and example of
--python-toolsusage for the CLI - Also mention
llm toolsandllm tools --python-toolsdebug mechanism - Python API for running a prompt with tools via the
.chain()method - The debugging hooks
before_callandafter_call - Documentation on how to implement tool usage for model plugins #1000
- Short tutorial on using https://github.com/simonw/llm-plugin-tools cookiecutter template
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationtools