From bd2852617659e6765177ac57b3d55e1875316be3 Mon Sep 17 00:00:00 2001 From: Thomas Berends Date: Wed, 10 Sep 2025 22:04:43 +0200 Subject: [PATCH] docs: update builtin-tools.md Update in the builtin-tools markdown --- docs/builtin-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/builtin-tools.md b/docs/builtin-tools.md index 4714094b83..3fa91c7427 100644 --- a/docs/builtin-tools.md +++ b/docs/builtin-tools.md @@ -99,8 +99,8 @@ in a secure environment, making it perfect for computational tasks, data analysi | Provider | Supported | Notes | |----------|-----------|-------| | OpenAI | ✅ | | -| Anthropic | ✅ | Google does not support using built-in tools and user tools (including [output tools](output.md#tool-output)) at the same time. To use structured output, use [`PromptedOutput`](output.md#prompted-output) instead. | -| Google | ✅ | | +| Anthropic | ✅ | | +| Google | ✅ | Google does not support using built-in tools and user tools (including [output tools](output.md#tool-output)) at the same time. To use structured output, use [`PromptedOutput`](output.md#prompted-output) instead. | | Groq | ❌ | | | Bedrock | ❌ | | | Mistral | ❌ | |