diff --git a/.codegen.json b/.codegen.json index 0fb5ae3e..73767a8b 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "5b7aecf", "specHash": "6ca858e", "version": "1.5.1" } +{ "engineHash": "5b7aecf", "specHash": "915b38a", "version": "1.5.1" } diff --git a/src/schemas/aiAgentBasicTextToolBase.generated.ts b/src/schemas/aiAgentBasicTextToolBase.generated.ts index 4a728080..ac93d340 100644 --- a/src/schemas/aiAgentBasicTextToolBase.generated.ts +++ b/src/schemas/aiAgentBasicTextToolBase.generated.ts @@ -11,7 +11,7 @@ import { sdIsList } from '../serialization/json.js'; import { sdIsMap } from '../serialization/json.js'; export interface AiAgentBasicTextToolBase { /** - * The model used for the AI Agent for basic text. */ + * The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models). */ readonly model?: string; /** * The number of tokens for completion. */