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
| OpenAI |`"openai"`| gpt-3.5, gpt-4 | Yes | Under Development |
48
-
| Google Gemini |`"gemini"`| gemini-2.0-flash, gemini-2.5 | Yes | Under Development |
49
-
| DeepSeek |`"deepseek"`| deepseek-chat | Yes | Under Development |
47
+
| OpenAI |`"openai"`| gpt-3.5, gpt-4, etc.| Yes | Under Development |
48
+
| Google Gemini |`"gemini"`| gemini-2.0-flash, gemini-2.5, etc.| Yes | Under Development |
49
+
| DeepSeek |`"deepseek"`| deepseek-chat, etc.| Yes | Under Development |
50
50
| Anthropic Claude |`"claude"`| claude-3.7-sonnet, claude-3.5-haiku, etc. | Yes | Under Development |
51
-
| OpenAI Compatible |`"openai-compatible"`| HuggingFace, Qwen, etc. | See Note 1 below | Under Development |
51
+
| OpenAI Compatible |`"openai-compatible"`| HuggingFace, OpenRouter, etc. | See Note 1 below | Under Development |
52
52
53
53
**Note 1:** Tool call support differs by platform and model, so the availability of the `tool_calls` feature on the OpenAI Compatible platform depends on your chosen platform and model.
54
54
@@ -148,7 +148,7 @@ void loop() {
148
148
```
149
149
150
150
## Tool Calls (Tool Calling) Support
151
-
Tool calls (a.k.a. talling calling) enable the AI model to request specific actions from your ESP32 application. This feature allows:
151
+
Tool calls (a.k.a. tool calling or tool use) enable the AI model to request specific actions from your ESP32 application. This feature allows:
152
152
153
153
- Two-way interaction : AI can request data or actions from your device
154
154
- Structured data exchange : Receive properly formatted JSON for easy parsing
0 commit comments