Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/builtin-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ❌ | |
Expand Down