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 0737905 commit 086fb62Copy full SHA for 086fb62
prepline_general/api/general.py
@@ -714,7 +714,7 @@ def response_generator(is_multipart: bool):
714
)
715
716
def join_responses(
717
- responses: Sequence[str | List[Dict[str, Any]] | PlainTextResponse]
+ responses: Sequence[str | List[Dict[str, Any]] | PlainTextResponse],
718
) -> List[str | List[Dict[str, Any]]] | PlainTextResponse:
719
"""Consolidate partitionings from multiple documents into single response payload."""
720
if form_params.output_format != "text/csv":
0 commit comments