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/sdk-gen/ai.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,11 @@ A response including the answer from the LLM.
136
136
Sends an AI request to supported Large Language Models (LLMs) and returns extracted metadata as a set of key-value pairs.
137
137
138
138
To define the extraction structure, provide either a metadata template or a list of fields. 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)
139
-
or use the [metadata template API](g://metadata/templates/create).
139
+
or use the [metadata template API](https://developer.box.com/guides/metadata/templates/create).
140
140
141
-
This endpoint also supports [Enhanced Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent).
141
+
This endpoint also supports [Enhanced Extract Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent).
142
142
143
-
For information about supported file formats and languages, see the [Extract metadata from file (structured)](g://box-ai/ai-tutorials/extract-metadata-structured) API guide.
143
+
For information about supported file formats and languages, see the [Extract metadata from file (structured)](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured) API guide.
144
144
145
145
This operation is performed by calling function `createAiExtractStructured`.
Copy file name to clipboardExpand all lines: docs/sdk-gen/fileVersionRetentions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
Retrieves all file version retentions for the given enterprise.
10
10
11
11
**Note**:
12
-
File retention API is now **deprecated**.
12
+
File retention API is now **deprecated**.
13
13
To get information about files and file versions under retention,
14
-
see [files under retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
14
+
see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
15
15
16
16
This operation is performed by calling function `getFileVersionRetentions`.
17
17
@@ -45,9 +45,9 @@ Returns a list of all file version retentions for the enterprise.
45
45
Returns information about a file version retention.
46
46
47
47
**Note**:
48
-
File retention API is now **deprecated**.
48
+
File retention API is now **deprecated**.
49
49
To get information about files and file versions under retention,
50
-
see [files under retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
50
+
see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
51
51
52
52
This operation is performed by calling function `getFileVersionRetentionById`.
Copy file name to clipboardExpand all lines: src/sdk-gen/managers/ai.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -495,11 +495,11 @@ export class AiManager {
495
495
* Sends an AI request to supported Large Language Models (LLMs) and returns extracted metadata as a set of key-value pairs.
496
496
*
497
497
* To define the extraction structure, provide either a metadata template or a list of fields. 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)
498
-
* or use the [metadata template API](g://metadata/templates/create).
498
+
* or use the [metadata template API](https://developer.box.com/guides/metadata/templates/create).
499
499
*
500
-
* This endpoint also supports [Enhanced Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent).
500
+
* This endpoint also supports [Enhanced Extract Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent).
501
501
*
502
-
* For information about supported file formats and languages, see the [Extract metadata from file (structured)](g://box-ai/ai-tutorials/extract-metadata-structured) API guide.
502
+
* For information about supported file formats and languages, see the [Extract metadata from file (structured)](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured) API guide.
503
503
* @param {AiExtractStructured} requestBody Request body of createAiExtractStructured method
0 commit comments