From 0bf655a1feabb8a57497d920dfe20f04df895668 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 20 Jun 2025 10:11:57 -0700 Subject: [PATCH] Cog against README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 872be61..92cde72 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ With LLM you can: - [Store prompts and responses in SQLite](https://llm.datasette.io/en/stable/logging.html#logging) - [Generate and store embeddings](https://llm.datasette.io/en/stable/embeddings/index.html#embeddings) - [Extract structured content from text and images](https://llm.datasette.io/en/stable/schemas.html#schemas) +- [Grant models the ability to execute tools](https://llm.datasette.io/en/stable/tools.html#tools) - … and much, much more ## Quick start