From 872f46e6cef7ca02c0b6c94c9ad52f10896fc47e Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Wed, 16 Oct 2024 17:56:49 +0200 Subject: [PATCH 1/2] GA AI text gen and ask changelog entry --- content/2024/10-22-box-ai-text-gen-ask-ga.md | 51 ++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 content/2024/10-22-box-ai-text-gen-ask-ga.md diff --git a/content/2024/10-22-box-ai-text-gen-ask-ga.md b/content/2024/10-22-box-ai-text-gen-ask-ga.md new file mode 100644 index 00000000..c37296ca --- /dev/null +++ b/content/2024/10-22-box-ai-text-gen-ask-ga.md @@ -0,0 +1,51 @@ +--- +applied_at: "2024-10-22" +applies_to: + - guides + - api +is_impactful: true +is_new_feature: true +collapse: true +show_excerpt: true +release_source_url: "" +--- + +# Box AI API Q&A and Text Gen available publicly + +[Box AI API][1] allows you to use Box AI functionality in your custom applications. For example, you can implement Box AI question and answer functionality in your third party applications,or generate content right in your product’s content editor. You can also extract metadata from the provided documents. + +We are excited to announce that [Box AI Q&A][2] and [Text Gen][3] features are now available to all **Enterprise Plus** customers. + +_Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change._ + + + +Currently, Box AI functionality allows you to: + +* Get responses to your questions. +* Get a summary of a document. +* Generate text you can use in your documents. +* Extract metadata from the provided file in a freeform way, meaning you have more freedom when using the prompt. +* Extract metadata from the provided file using a [metadata template][4] or the `fields` structure. +* Fetch and override the default API model configuration. + +Check the [Box AI API developer guides][1] to learn more about Box AI and check the [API Reference][5] for Box AI API details. + + +## Box AI for UI Elements + +[Box AI for UI Elements][6] enhances the [Content Preview][7] header with Box AI Q&A functionality. +The new Box AI for UI Elements allows the users to embed AI functionality in their custom applications to facilitate answering questions, summarizing a document, adding citations and using dialogue history, and Markdown support. + +## Where to get support + +Should you have any issues or need further guidance, please post a request to our [developer forum][8] for any help needed. + +[1]: https://developer.box.com/guides/box-ai +[2]: g://box-ai/ask-questions/ +[3]: g://box-ai/generate-text/ +[4]: https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates +[5]: e://ai-agent-ask/ +[6]: g://embed/ui-elements/preview#box-ai-ui-element +[7]: g://embed/ui-elements/preview +[8]: https://forum.box.com/ From 15087ba7a8bfaa6ff4e87e60dfd45f6fcdea63d2 Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Thu, 17 Oct 2024 16:08:15 +0200 Subject: [PATCH 2/2] Add fixes --- content/2024/10-22-box-ai-text-gen-ask-ga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2024/10-22-box-ai-text-gen-ask-ga.md b/content/2024/10-22-box-ai-text-gen-ask-ga.md index c37296ca..5e843ed6 100644 --- a/content/2024/10-22-box-ai-text-gen-ask-ga.md +++ b/content/2024/10-22-box-ai-text-gen-ask-ga.md @@ -10,7 +10,7 @@ show_excerpt: true release_source_url: "" --- -# Box AI API Q&A and Text Gen available publicly +# Box AI API Q&A and Text Gen generally available [Box AI API][1] allows you to use Box AI functionality in your custom applications. For example, you can implement Box AI question and answer functionality in your third party applications,or generate content right in your product’s content editor. You can also extract metadata from the provided documents.