Skip to content

Commit

Permalink
Merge branch 'main' into DDOC-1152-agents
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Oct 15, 2024
2 parents 836df04 + 17caf6a commit 12698d2
Show file tree
Hide file tree
Showing 15 changed files with 319 additions and 150 deletions.
6 changes: 4 additions & 2 deletions content/guides/box-ai/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ may be limited.

| Provider | Family |Availability| API Name | External documentation | Capability |
| --------------- | ------ |-----| --------------------------------------- | ----------------------------------------------------------------------- | ---------- |
| Microsoft Azure | GPT |available| `azure__openai__gpt_3_5_turbo_16k` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model] | Chat |
| Microsoft Azure | GPT |available| `azure__openai__gpt_3_5_turbo_16k` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model-gpt35] | Chat |
| Microsoft Azure | GPT |available| `azure__openai__gpt_4o_mini` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model-gpt40] | Chat |
| Microsoft Azure | GPT |available| `azure__openai__text_embedding_ada_002` | [Azure OpenAI embeddings models documentation][azure-ai-embeddings] | Embeddings |
| GCP Vertex | Gecko | available |`google__textembedding_gecko` | [Google Vertex AI embeddings models documentation][vertex-ai-model] | Embeddings |
| GCP Vertex | Gecko | available |`google__textembedding_gecko_002` | [Google Vertex AI embeddings model documentation][vertex-ai-model] | Embeddings |
Expand All @@ -49,7 +50,8 @@ may be limited.
[text-gen]: e://post_ai_text_gen
[agent]: e://get_ai_agent_default
[openai-gpt-3-5-model]: https://platform.openai.com/docs/models/gpt-3-5-turbo
[azure-ai-model]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-35
[azure-ai-model-gpt35]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-35
[azure-ai-model-gpt40]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-4o-and-gpt-4-turbo
[vertex-ai-model]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#models
[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models
[vertex-text-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text
Expand Down
2 changes: 1 addition & 1 deletion content/guides/tooling/sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ these projects to full parity.

## Next generation SDKs

The latest generation Box Python SDK, Box Typescript
The latest generation Box Python SDK, Box TypeScript
SDK, .NET SDK, and Swift SDK are designed to elevate the developer
experience and streamline your integration
with the Box Content Cloud.
Expand Down
2 changes: 1 addition & 1 deletion content/guides/tooling/sdks/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project.
[Node SDK][node] is currently in maintenance mode and will be deprecated soon.
This means only critical security updates and bug fixes will be
implemented.
It is recommended to use the [auto-generated Typescript SDK][ts-gen].
It is recommended to use the [auto-generated TypeScript SDK][ts-gen].
</Message>

<CTA to="https://github.com/box/box-node-sdk">
Expand Down
6 changes: 3 additions & 3 deletions content/guides/tooling/sdks/typescript-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ alias_paths: []

# Install Typescript SDK (Generated)

You can use the **auto-generated** Box Typescript SDK to call Box APIs in a Typescript project.
You can use the **auto-generated** Box TypeScript SDK to call Box APIs in a TypeScript project.
This [next generation SDK][next-gen] brings along new functionality to designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

<CTA to="https://github.com/box/box-typescript-sdk-gen">
Learn more about auto-generated Typescript SDK on GitHub
Learn more about auto-generated TypeScript SDK on GitHub
</CTA>

## NPM installation

To install the Typescript SDK run the following command from your terminal
To install the TypeScript SDK run the following command from your terminal
window or command prompt using the [Node Package Manager][npm].

```shell
Expand Down
19 changes: 19 additions & 0 deletions content/microcopy/box_ui_elements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
demoTiles:
contentExplorer:
title: Content Explorer
description: Embed a folder view of content stored in Box in your
web applications. Allow users to navigate through the folder hierarchy
and rename, delete, or share files.
contentPicker:
title: Content Picker
description: Add support for selecting Box files and folders in your
web applications.
contentPreview:
title: Content Preview
description: Embed high quality and interactive previews of over 120
file types.
contentSidebar:
title: Content Sidebar
description: Implement viewing file-related activity, metadata, and details
including versions, comments, and tasks.
6 changes: 3 additions & 3 deletions content/microcopy/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ categories:

links:
ts_gen_sdk:
// text: Text for link to the Typescript SDK (Generated)
text: Typescript SDK (Generated)
// url: link to the Typescript SDK (Generated)
// text: Text for link to the TypeScript SDK (Generated)
text: TypeScript SDK (Generated)
// url: link to the TypeScript SDK (Generated)
url: https://github.com/box/box-typescript-sdk-gen

java_sdk:
Expand Down
79 changes: 64 additions & 15 deletions content/microcopy/headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ primary:
// text:
text: Documentation

develop:
// text:
text: Develop

connect:
// text:
text: Connect

explore:
// text:
text: Explore

quickstarts:
// text:
text: Getting Started
Expand All @@ -13,8 +25,15 @@ primary:
// text:
text: Community

community_forum:
// text:
text: Box Developer Community

//url:
url: https://forum.box.com
url: https://community.box.com/

events:
text: Events

learn:
// text: The text for the link to the learn section
Expand All @@ -30,6 +49,14 @@ primary:
//url: The URL to the learn section
url: /sign/

ai_dev_zone:
text: Box AI Developer Zone
url: /sign/

buie:
text: Box UI Elements
url: /box-ui-elements

get_started:
// text: The text for the link to the old Get Started guides
text: Quick Start
Expand Down Expand Up @@ -73,17 +100,15 @@ primary:
additional_resouces:
text: Additional resources

overview:
text: Overview

blog:
// text: The text for the Medium Dev Blog
text: Box Developer Blog

// url: The URL to Medium bev blog
url: https://medium.com/box-developer-blog
# events_and_workshops:
# // text: The text for the link to events and workshops
# text: Events & Workshops
# // url: The URL to the developer blog
# url: TBD

buttons:
dashboard:
Expand All @@ -109,7 +134,7 @@ primary:

featured:
tag:
text: Featured
text: New

title:
text: Box AI Developer Zone
Expand All @@ -122,8 +147,38 @@ primary:
cta:
text: |-
Try it out!
url:
/ai-dev-zone/
develop_featured:
tag:
text: Featured

title:
text: Box Sample Code Catalog

details:
text: |-
Browse 90+ open-source repositories
in various programming languages to find useful scripts,
app examples, and inspiring use cases!
cta:
text: |-
Browse sample code
connect_featured:
tag:
text: Event

title:
text: BoxWorks

details:
text: |-
Join BoxWorks 2024 to discover what's possible with content and AI!
cta:
text: |-
Register now
secondary:
images:
Expand Down Expand Up @@ -157,12 +212,6 @@ secondary:

// url: The URL to the developer blog
url: https://medium.com/box-developer-blog
# events_and_workshops:
# // text: The text for the link to events and workshops
# text: Events & Workshops

# // url: The URL to the developer blog
# url: TBD

dropdowns:
// docs: |-
Expand Down
3 changes: 3 additions & 0 deletions content/microcopy/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ sample_code_catalog:
ai_dev_zone:
$ref: "content/microcopy/ai_dev_zone.yml"

box_ui_elements:
$ref: "content/microcopy/box_ui_elements.yml"

versions:
$ref: "content/microcopy/versions.yml"
26 changes: 26 additions & 0 deletions content/microcopy/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ titles:
The title for the section of a resource that shows
what a typical resource looks like
resource_example: Response Example
// deprecated_entries: |-
The title for the section of an endpoint that shows
deprecated entries
deprecated_entries: Deprecated

buttons:
// copy: |-
Expand Down Expand Up @@ -225,3 +229,25 @@ tooltips:
Describes how a request header name is not case sensitive
header: |-
Header names are never case sensitive
pill:
// beta: |-
Pill added to beta endpoints and resources
beta: Beta
// latest_version: |-
Pill added to the latest version of an endpoint or resources
latest_version: Latest version
// deprecated: |-
Pill added to deprecated endpoints and resources
deprecated: Deprecated

sidebar:
titles:
// deprecated_entries: |-
The title for the sidebar section of an endpoint that shows
deprecated entries
deprecated_entries: Deprecated

filter:
// placeholder: Placeholder text for the search filter in the sidebar
placeholder: "Filter by name"
7 changes: 2 additions & 5 deletions content/microcopy/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
version_options:
v_2024_0: "2024.0"
v_2024_1: "2024.1"
v_2025_0: "2025.0"
placeholder: Select API version
// label: The prefix for the selected API version
label: API version
Loading

0 comments on commit 12698d2

Please sign in to comment.