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 98d4d9f commit a8098c9Copy full SHA for a8098c9
uncoder-core/app/routers/translate.py
@@ -15,6 +15,7 @@
15
def translate_one(
16
source_platform_id: str = Body(..., embed=True),
17
target_platform_id: str = Body(..., embed=True),
18
+ text: str = Body(..., embed=True),
19
return_only_first_query: bool = False,
20
) -> OneTranslationData:
21
return_only_first_query_ctx_var.set(return_only_first_query)
0 commit comments