Skip to content

Commit 097e510

Browse files
authored
Workflow Endpoint: remove custom prompt override ref for VLM partitioner (#723)
1 parent 7263449 commit 097e510

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

api-reference/workflow/workflows.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,9 +1042,6 @@ A **Partitioner** node has a `type` of `partition`.
10421042
"provider_api_key": None,
10431043
"model": "<model>",
10441044
"output_format": "<output-format>",
1045-
"prompt": {
1046-
"text": "<alternative-prompt>"
1047-
},
10481045
"format_html": <True|False>,
10491046
"unique_element_ids": <True|False>,
10501047
"is_dynamic": True,
@@ -1064,9 +1061,6 @@ A **Partitioner** node has a `type` of `partition`.
10641061
"provider_api_key": null,
10651062
"model": "<model>",
10661063
"output_format": "<output-format>",
1067-
"prompt": {
1068-
"text": "<alternative-prompt>"
1069-
},
10701064
"format_html": <true|false>,
10711065
"unique_element_ids": <true|false>,
10721066
"is_dynamic": true,
@@ -1098,7 +1092,6 @@ Fields for `settings` include:
10981092
- `us.meta.llama3-2-90b-instruct-v1:0`
10991093

11001094
- `output_format`: _Output_. The format of the response. Allowed values include `text/html` and `application/json`. The default is `text/html`.
1101-
- `prompt.text`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified prompt when calling the specified VLM. The default value is none, which means to rely on using Unstructured's internal default prompt when calling the VLM.
11021095
- `format_html`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, true (the default) to apply Beautiful Soup's `prettify` method to the HTML that is generated by the VLM partitioner, which for example adds indentation for better readability.
11031096
- `unique_element_ids`: _Optional_. True (the default) to assign UUIDs to element IDs, which guarantees their uniqueness. This is useful for example when using them as primary keys in a database. False to assign a SHA-256 of the element's text as its element ID.
11041097
- `is_dynamic`: _Required_. True to enable dynamic routing of pages to Fast, High Res, or VLM as needed for better overall performance and cost savings.
@@ -1118,9 +1111,6 @@ Fields for `settings` include:
11181111
"provider_api_key": None,
11191112
"model": "<model>",
11201113
"output_format": "<output-format>",
1121-
"prompt": {
1122-
"text": "<alternative-prompt>"
1123-
},
11241114
"format_html": <True|False>,
11251115
"unique_element_ids": <True|False>,
11261116
"is_dynamic": False,
@@ -1140,9 +1130,6 @@ Fields for `settings` include:
11401130
"provider_api_key": null,
11411131
"model": "<model>",
11421132
"output_format": "<output-format>",
1143-
"prompt": {
1144-
"text": "<alternative-prompt>"
1145-
},
11461133
"format_html": <true|false>,
11471134
"unique_element_ids": <true|false>,
11481135
"is_dynamic": false,
@@ -1173,7 +1160,6 @@ Fields for `settings` include:
11731160
- `us.meta.llama3-2-90b-instruct-v1:0`
11741161

11751162
- `output_format`: _Output_. The format of the response. Allowed values include `text/html` and `application/json`. The default is `text/html`.
1176-
- `prompt.text`: _Optional_. Use the specified prompt when calling the specified VLM. The default value is none, which means to rely on using Unstructured's internal default prompt when calling the VLM.
11771163
- `format_html`: _Optional_. True (the default) to apply Beautiful Soup's `prettify` method to the HTML that is generated by the VLM partitioner, which for example adds indentation for better readability.
11781164
- `unique_element_ids`: _Optional_. True (the default) to assign UUIDs to element IDs, which guarantees their uniqueness. This is useful for example when using them as primary keys in a database. False to assign a SHA-256 of the element's text as its element ID.
11791165
- `is_dynamic`: _Required_. False to use the VLM strategy.

0 commit comments

Comments
 (0)