From 24f32fe7b4679d01517fd572396b3f34550931d3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 19 Jun 2025 13:21:03 -0700 Subject: [PATCH] Grant models the ability to execute tools --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 8da933b..4536f5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,7 @@ With LLM you can: - {ref}`Store prompts and responses in SQLite ` - {ref}`Generate and store embeddings ` - {ref}`Extract structured content from text and images ` +- {ref}`Grant models the ability to execute tools ` - ... and much, much more ## Quick start @@ -129,4 +130,4 @@ contributing maxdepth: 1 --- changelog -``` \ No newline at end of file +```