Skip to content

Commit 8a95036

Browse files
box-sdk-buildbox-sdk-build
andauthored
docs: Fix links to the Supported AI models page (box/box-openapi#589) (#1376)
Co-authored-by: box-sdk-build <box-sdk-build@box.com>
1 parent e55c51f commit 8a95036

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.codegen.json

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/schemas/aiAgentBasicTextToolBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { sdIsList } from '../serialization/json';
2323
import { sdIsMap } from '../serialization/json';
2424
export interface AiAgentBasicTextToolBase {
2525
/**
26-
* 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). */
26+
* 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). */
2727
readonly model?: string;
2828
/**
2929
* The number of tokens for completion. */

src/schemas/aiAgentSpreadsheetTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { sdIsList } from '../serialization/json';
2323
import { sdIsMap } from '../serialization/json';
2424
export interface AiAgentSpreadsheetTool {
2525
/**
26-
* 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). */
26+
* 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). */
2727
readonly model?: string;
2828
/**
2929
* The number of tokens for completion. */

0 commit comments

Comments
 (0)