From 684e03059aa37d0847cd8fb50e736e11891786bc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 27 May 2025 10:24:32 -0700 Subject: [PATCH] Cog for README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f1f57a..4b55ded 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ See also [the llm tag](https://simonwillison.net/tags/llm/) on my blog. * [How tools work](https://llm.datasette.io/en/stable/tools.html#how-tools-work) * [Trying out tools](https://llm.datasette.io/en/stable/tools.html#trying-out-tools) * [LLM’s implementation of tools](https://llm.datasette.io/en/stable/tools.html#llm-s-implementation-of-tools) + * [Default tools](https://llm.datasette.io/en/stable/tools.html#default-tools) * [Tips for implementing tools](https://llm.datasette.io/en/stable/tools.html#tips-for-implementing-tools) * [Schemas](https://llm.datasette.io/en/stable/schemas.html) * [Schemas tutorial](https://llm.datasette.io/en/stable/schemas.html#schemas-tutorial)