llm/llm/default_plugins
Simon Willison b5d1c5ee90
Tools can now return attachments
Closes #1014

- llm.ToolOutput(output='...', attachments=[...]) for tools to return attachments
- New table: `tool_results_attachments`
- Table is populated when tools return attachments
- llm --tools-debug shows attachments returned by tools
- llm logs shows attachments returned by tools
2025-06-01 10:08:36 -07:00
..
__init__.py Move default plugins into llm/default_plugins 2023-07-01 11:10:30 -07:00
default_tools.py New default tool, llm_time, closes #1103 2025-05-26 23:00:18 -07:00
openai_models.py Tools can now return attachments 2025-06-01 10:08:36 -07:00