Skip to content

Commit 298d32d

Browse files
committed
docs: Fix links to the Supported AI models page (box/box-openapi#589)
1 parent 59f806f commit 298d32d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "7c01dda", "specHash": "ca63e5e", "version": "5.5.0" }
1+
{ "engineHash": "7c01dda", "specHash": "2bd751f", "version": "5.5.0" }

src/main/java/com/box/sdkgen/schemas/aiagentbasictexttoolbase/AiAgentBasicTextToolBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class AiAgentBasicTextToolBase extends SerializableObject {
1717

1818
/**
1919
* The model used for the AI agent for basic text. For specific model values, see the [available
20-
* models list](https://developer.box.com/guides/box-ai/supported-models).
20+
* models list](https://developer.box.com/guides/box-ai/ai-models).
2121
*/
2222
protected String model;
2323

src/main/java/com/box/sdkgen/schemas/aiagentspreadsheettool/AiAgentSpreadsheetTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class AiAgentSpreadsheetTool extends SerializableObject {
1717

1818
/**
1919
* The model used for the AI agent for spreadsheets. For specific model values, see the [available
20-
* models list](https://developer.box.com/guides/box-ai/supported-models).
20+
* models list](https://developer.box.com/guides/box-ai/ai-models).
2121
*/
2222
protected String model;
2323

0 commit comments

Comments
 (0)