Skip to content

Commit f033f49

Browse files
committed
Comma separated list for conversion config
1 parent b0cdc63 commit f033f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/processors/providers/promptly/file_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def process(self) -> dict:
230230
filename=filename,
231231
input_mime_type=input_content_mime_type,
232232
output_mime_type=self._input.output_mime_type,
233+
options=self._config.operation_config.split(" "),
233234
)
234235
data_uri = create_data_uri(
235236
response.data,

0 commit comments

Comments
 (0)