Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "65f6eab", "specHash": "ca63e5e", "version": "10.5.0" }
{ "engineHash": "7c01dda", "specHash": "2bd751f", "version": "10.5.0" }
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/schemas/aiAgentBasicTextToolBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { sdIsList } from '../serialization/json';
import { sdIsMap } from '../serialization/json';
export interface AiAgentBasicTextToolBase {
/**
* 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). */
* 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). */
readonly model?: string;
/**
* The number of tokens for completion. */
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/aiAgentSpreadsheetTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { sdIsList } from '../serialization/json';
import { sdIsMap } from '../serialization/json';
export interface AiAgentSpreadsheetTool {
/**
* 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). */
* 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). */
readonly model?: string;
/**
* The number of tokens for completion. */
Expand Down
Loading