Skip to content

Commit 75f8261

Browse files
authored
Remove beta messages (#677)
* Remove beta messages * restore info message
1 parent 0fe863e commit 75f8261

8 files changed

Lines changed: 0 additions & 34 deletions

File tree

content/guides/box-ai/ai-agents/ai-agent-overrides.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ related_guides:
1313

1414
# Override AI model configuration
1515

16-
<Message type="notice">
17-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
18-
</Message>
19-
2016
The `ai_agent` configuration allows you to override the default AI model configuration. It is available for the following endpoints:
2117

2218
* [`POST ai/ask`][ask]

content/guides/box-ai/ai-agents/get-agent-default-config.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ related_guides:
1414

1515
# Get default AI agent configuration
1616

17-
<Message type="notice">
18-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
19-
</Message>
20-
2117
The `GET /2.0/ai_agent_default` endpoint allows you to fetch the default configuration for AI services.
2218
Once you get the configuration details you can override them using the [`ai_agent`][ai-agent-config] parameter.
2319

content/guides/box-ai/ai-agents/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ related_guides:
1313

1414
# AI model overrides
1515

16-
<Message type="notice">
17-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
18-
</Message>
19-
2016
Box updates the default models across the endpoints on a regular basis to stay up to date with the most advanced options.
2117

2218
If your implementation is based on Box AI, a new default model might alter the results in a way that could break or change a downstream process. Switching to a specific version may prevent encountering any issues.

content/guides/box-ai/ai-tutorials/default-agent-overrides.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ alias_paths:
1717

1818
# Override AI model configuration
1919

20-
<Message type="notice">
21-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
22-
</Message>
23-
2420
## Before you start
2521

2622
Make sure you followed the steps listed in [getting started with Box AI][prereq] to create a custom app and authenticate.

content/guides/box-ai/ai-tutorials/extract-metadata-structured.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ alias_paths:
1414

1515
# Extract metadata from file (structured)
1616

17-
<Message type="notice">
18-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
19-
20-
</Message>
21-
2217
With Box AI API, you can extract metadata from the provided file
2318
and get the result in the form of key-value pairs.
2419
As input, you can either create a structure using the `fields` parameter, or use an already defined metadata template.

content/guides/box-ai/ai-tutorials/extract-metadata.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ alias_paths:
1414

1515
# Extract metadata from file (freeform)
1616

17-
<Message type="notice">
18-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
19-
20-
</Message>
21-
2217
Box AI API allows you to query a document and extract metadata based on a provided prompt.
2318
**Freeform** means that the prompt can include a stringified version of formats such as JSON or XML, or even plain text.
2419

content/guides/box-ai/ai-tutorials/prerequisites.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ alias_paths:
1212

1313
# Get started with Box AI
1414

15-
<Message type="notice">
16-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
17-
</Message>
18-
1915
To implement Box AI API in your solutions, you need
2016
to make sure you have access to the functionality.
2117
You will also need a custom application with

content/guides/box-ai/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ related_guides:
1414

1515
# Box AI
1616

17-
<Message type="notice">
18-
Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus and Enterprise Advanced customers.
19-
</Message>
20-
2117
Box AI API allows you to use Box AI
2218
functionality
2319
in your custom applications. For example, you can

0 commit comments

Comments
 (0)