You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/builtin-tools.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,25 +26,38 @@ making it ideal for queries that require up-to-date data.
26
26
27
27
| Provider | Supported | Notes |
28
28
|----------|-----------|-------|
29
-
| OpenAI | ✅ | Full feature support |
29
+
| OpenAI Responses | ✅ | Full feature support |
30
30
| Anthropic | ✅ | Full feature support |
31
31
| Groq | ✅ | Limited parameter support. To use web search capabilities with Groq, you need to use the [compound models](https://console.groq.com/docs/compound). |
32
32
| Google | ✅ | No parameter support. 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. |
0 commit comments