We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68325d0 commit dcf3bc5Copy full SHA for dcf3bc5
examples/06_streaming_summary.py
@@ -29,7 +29,7 @@ class TranslationOutput(BaseModel):
29
30
31
@workflowai.agent(id="french-translator", model=Model.CLAUDE_3_5_SONNET_LATEST)
32
-def translate_to_english(_: TranslationInput) -> TranslationOutput:
+async def translate_to_english(_: TranslationInput) -> TranslationOutput:
33
"""
34
Translate French text into natural, fluent English.
35
0 commit comments