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 5e8114b commit 724385eCopy full SHA for 724385e
volcenginesdkexamples/volcenginesdkarkruntime/parsing_tools.py
@@ -57,7 +57,7 @@ async def main():
57
if event.type == "tool_calls.function.arguments.delta" or event.type == "tool_calls.function.arguments.done":
58
rich.get_console().print(event, width=80)
59
print("----\n")
60
- rich.print(stream.get_final_completion())
+ rich.print(await stream.get_final_completion())
61
62
63
if __name__ == "__main__":
0 commit comments