Skip to content

Commit 98a1ca0

Browse files
authored
docs: Fix links to the Supported AI models page (#589)
1 parent fd7e17f commit 98a1ca0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "ec77d8a84a"
17+
"x-box-commit-hash": "899ed3461b"
1818
},
1919
"servers": [
2020
{
@@ -26880,7 +26880,7 @@
2688026880
"type": "object",
2688126881
"properties": {
2688226882
"model": {
26883-
"description": "The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models).",
26883+
"description": "The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models).",
2688426884
"type": "string",
2688526885
"example": "azure__openai__gpt_4o_mini"
2688626886
},
@@ -27136,7 +27136,7 @@
2713627136
"type": "object",
2713727137
"properties": {
2713827138
"model": {
27139-
"description": "The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models).",
27139+
"description": "The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models).",
2714027140
"type": "string",
2714127141
"example": "azure__openai__gpt_4o_mini"
2714227142
},

openapi/openapi-v2025.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "ec77d8a84a"
17+
"x-box-commit-hash": "899ed3461b"
1818
},
1919
"servers": [
2020
{

openapi/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "ec77d8a84a"
17+
"x-box-commit-hash": "899ed3461b"
1818
},
1919
"servers": [
2020
{
@@ -26880,7 +26880,7 @@
2688026880
"type": "object",
2688126881
"properties": {
2688226882
"model": {
26883-
"description": "The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models).",
26883+
"description": "The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models).",
2688426884
"type": "string",
2688526885
"example": "azure__openai__gpt_4o_mini"
2688626886
},
@@ -27136,7 +27136,7 @@
2713627136
"type": "object",
2713727137
"properties": {
2713827138
"model": {
27139-
"description": "The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models).",
27139+
"description": "The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models).",
2714027140
"type": "string",
2714127141
"example": "azure__openai__gpt_4o_mini"
2714227142
},

0 commit comments

Comments
 (0)