Skip to content

Commit 3964304

Browse files
committed
docs: Fix links to the Supported AI models page (box/box-openapi#589)
1 parent 658462a commit 3964304

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.codegen.json

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

Box.Sdk.Gen.Net/Schemas/AiAgentBasicTextToolBase/AiAgentBasicTextToolBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Box.Sdk.Gen.Schemas {
88
public class AiAgentBasicTextToolBase : ISerializable {
99
/// <summary>
10-
/// 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).
10+
/// 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).
1111
/// </summary>
1212
[JsonPropertyName("model")]
1313
public string? Model { get; init; }

Box.Sdk.Gen.Net/Schemas/AiAgentSpreadsheetTool/AiAgentSpreadsheetTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Box.Sdk.Gen.Schemas {
88
public class AiAgentSpreadsheetTool : ISerializable {
99
/// <summary>
10-
/// 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).
10+
/// 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).
1111
/// </summary>
1212
[JsonPropertyName("model")]
1313
public string? Model { get; init; }

Box.Sdk.Gen.NetFramework/Schemas/AiAgentBasicTextToolBase/AiAgentBasicTextToolBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Box.Sdk.Gen.Schemas {
88
public class AiAgentBasicTextToolBase : ISerializable {
99
/// <summary>
10-
/// 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).
10+
/// 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).
1111
/// </summary>
1212
[JsonPropertyName("model")]
1313
public string Model { get; set; }

Box.Sdk.Gen.NetFramework/Schemas/AiAgentSpreadsheetTool/AiAgentSpreadsheetTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Box.Sdk.Gen.Schemas {
88
public class AiAgentSpreadsheetTool : ISerializable {
99
/// <summary>
10-
/// 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).
10+
/// 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).
1111
/// </summary>
1212
[JsonPropertyName("model")]
1313
public string Model { get; set; }

Box.Sdk.Gen.NetStandard/Schemas/AiAgentBasicTextToolBase/AiAgentBasicTextToolBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Box.Sdk.Gen.Schemas {
88
public class AiAgentBasicTextToolBase : ISerializable {
99
/// <summary>
10-
/// 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).
10+
/// 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).
1111
/// </summary>
1212
[JsonPropertyName("model")]
1313
public string Model { get; set; }

Box.Sdk.Gen.NetStandard/Schemas/AiAgentSpreadsheetTool/AiAgentSpreadsheetTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Box.Sdk.Gen.Schemas {
88
public class AiAgentSpreadsheetTool : ISerializable {
99
/// <summary>
10-
/// 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).
10+
/// 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).
1111
/// </summary>
1212
[JsonPropertyName("model")]
1313
public string Model { get; set; }

0 commit comments

Comments
 (0)