fix(models): mark gpt-4.1-mini and gpt-4.1-nano as supporting tool calls

Fixes #2923
This commit is contained in:
YeonGyu-Kim
2026-04-02 15:45:39 +09:00
parent 34a37dc946
commit 156c1f4aeb
2 changed files with 36 additions and 2 deletions
@@ -12113,7 +12113,7 @@
"family": "gpt-nano",
"reasoning": false,
"temperature": true,
"toolCall": false,
"toolCall": true,
"modalities": {
"input": [
"text",
@@ -12274,7 +12274,7 @@
"family": "gpt-mini",
"reasoning": false,
"temperature": true,
"toolCall": false,
"toolCall": true,
"modalities": {
"input": [
"text",