We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cdc63 commit f033f49Copy full SHA for f033f49
llmstack/processors/providers/promptly/file_operations.py
@@ -230,6 +230,7 @@ def process(self) -> dict:
230
filename=filename,
231
input_mime_type=input_content_mime_type,
232
output_mime_type=self._input.output_mime_type,
233
+ options=self._config.operation_config.split(" "),
234
)
235
data_uri = create_data_uri(
236
response.data,
0 commit comments