You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To learn more about creating templates, see [Creating metadata templates in the Admin Console](https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates)
441
441
442
442
443
-
or use the [metadata template API](g://metadata/templates/create).
443
+
or use the [metadata template API](g://metadata/templates/create). This endpoint also supports [Enhanced Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent).
444
444
445
445
:param items: The items to be processed by the LLM. Currently you can use files only.
Copy file name to clipboardExpand all lines: docs/box_sdk_gen/ai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ Sends an AI request to supported Large Language Models (LLMs) and returns extrac
154
154
For this request, you either need a metadata template or a list of fields you want to extract.
155
155
Input is **either** a metadata template or a list of fields to ensure the structure.
156
156
To learn more about creating templates, see [Creating metadata templates in the Admin Console](https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates)
157
-
or use the [metadata template API](g://metadata/templates/create).
157
+
or use the [metadata template API](g://metadata/templates/create). This endpoint also supports [Enhanced Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent).
158
158
159
159
This operation is performed by calling function `create_ai_extract_structured`.
0 commit comments