Skip to content

Commit

Permalink
Merge branch 'main' into box/box-python-sdk-gen/v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Nov 4, 2024
2 parents d9199db + 533fdb3 commit 08d6525
Show file tree
Hide file tree
Showing 8 changed files with 618 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,11 @@ dotnet
deserialisation
schemas
parametrize
freeform
freeform
ai
boxai-sidebar
api
update_app_activity_item
uaa-logging
eslint
configs
2 changes: 1 addition & 1 deletion content/2024/09-05-box-swift-sdk-generated-040-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ collapse: true

* Add missing fields to Sign Template Signer and fix AI schema (box/box-openapi[#451][1]) ([#206][2]) ([`31920e6`][3])
* Fix `IntegrationMapping` schemas (box/box-codegen[#551][4]) ([#203][5]) ([`0074ee3`][6])
* Fix chunk upload in Swift (box/box-codegen[#555][7]) ([#215][8]) ([`93ff568`][9])

### New Features and Enhancements

* Fix chunk upload in Swift (box/box-codegen[#555][7]) ([#215][8]) ([`93ff568`][9])
* Include URL into `FetchOptions` (box/box-codegen[#549][10]) ([#208][11]) ([`b65822d`][12])

[1]: https://github.com/box/box-codegen/issues/451
Expand Down
32 changes: 32 additions & 0 deletions content/2024/09-11-box-swift-sdk-generated-050-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
applied_at: '2024-09-11'
applies_to:
- sdks
- swift
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-swift-sdk-gen/releases/tag/0.5.0'
collapse: true
---

# Box Swift SDK Generated `0.5.0` released

### Bug Fixes

* Fix variants in metadata query results (box/box-openapi[#456][1]) ([#232][2]) ([`be2fa52`][3])

### New Features and Enhancements

* add Hubs Beta (box/box-openapi[#453][4]) ([#220][5]) ([`546f487`][6])

[1]: https://github.com/box/box-codegen/issues/456

[2]: https://github.com/box/box-codegen/issues/232

[3]: https://github.com/box/box-codegen/commit/be2fa52bb0d086f6c9b20fd5c3bdcad4b98f3f37

[4]: https://github.com/box/box-codegen/issues/453

[5]: https://github.com/box/box-codegen/issues/220

[6]: https://github.com/box/box-codegen/commit/546f487bde9dae2407ff65620eb6e6a81e45b149
29 changes: 29 additions & 0 deletions content/2024/09-23-box-ai-api-defaul-model-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
applied_at: "2024-09-19"
applies_to:
- api
- sdks
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ''
---

# Box AI API default model update

Box AI Platform API has been updated with a new default model for the `POST /2.0/ai/ask` endpoint. Both single and multiple document modes are now based on Azure's `gpt-4o-mini`.

> **Note**: Box AI Platform API is currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI Platform API is available to all Enterprise Plus customers.
<!-- more -->

For more information on [default agent configuration][1] and [supported AI models][2] visit developer guides.

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][3] for any help needed.

[1]: https://developer.box.com/guides/box-ai/ai-agents/get-agent-default-config/
[2]: https://developer.box.com/guides/box-ai/supported-models/
[3]: https://community.box.com/
25 changes: 25 additions & 0 deletions content/2024/10-18-box-java-sdk-v4120-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
applied_at: '2024-10-18'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.12.0'
collapse: true
---

# Box Java SDK `v4.12.0` released

### New Features and Enhancements

* Support AI Agent ([#1265][1]) ([`3cb2c7c`][2])
* Support AI extract and AI extract structured ([#1266][3]) ([`7ba90b9`][4])

[1]: https://github.com/box/box-java-sdk/issues/1265

[2]: https://github.com/box/box-java-sdk/commit/3cb2c7c275761a24be9403a6a2b41d0725ba8d9b

[3]: https://github.com/box/box-java-sdk/issues/1266

[4]: https://github.com/box/box-java-sdk/commit/7ba90b96070a32b3e2ac60e5c55bd04d0a5973c0
Loading

0 comments on commit 08d6525

Please sign in to comment.