Skip to content

Commit

Permalink
docs: upload AI models (box/box-openapi#455) (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Sep 11, 2024
1 parent cc9a8b8 commit a7d36d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5b7aecf", "specHash": "6ca858e", "version": "1.5.1" }
{ "engineHash": "5b7aecf", "specHash": "915b38a", "version": "1.5.1" }
2 changes: 1 addition & 1 deletion src/schemas/aiAgentBasicTextToolBase.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit a7d36d7

Please sign in to comment.