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
Copy file name to clipboardExpand all lines: docs/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
@@ -170,7 +170,7 @@ Sends an AI request to supported Large Language Models (LLMs) and returns extrac
170
170
For this request, you either need a metadata template or a list of fields you want to extract.
171
171
Input is **either** a metadata template or a list of fields to ensure the structure.
172
172
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)
173
-
or use the [metadata template API](g://metadata/templates/create).
173
+
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).
174
174
175
175
This operation is performed by calling function `createAiExtractStructured`.
Copy file name to clipboardExpand all lines: src/managers/ai.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ export class AiManager {
506
506
* For this request, you either need a metadata template or a list of fields you want to extract.
507
507
* Input is **either** a metadata template or a list of fields to ensure the structure.
508
508
* 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)
509
-
* or use the [metadata template API](g://metadata/templates/create).
509
+
* 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).
510
510
* @param {AiExtractStructured} requestBody Request body of createAiExtractStructured method
0 commit comments