From a7d36d7e0a491ed3c4bc164c16416752adc8c4a7 Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:09:51 +0200 Subject: [PATCH] docs: upload AI models (box/box-openapi#455) (#348) --- .codegen.json | 2 +- src/schemas/aiAgentBasicTextToolBase.generated.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */