Skip to content

Commit 724385e

Browse files
author
潘婉宁
committed
fix: example
1 parent 5e8114b commit 724385e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkexamples/volcenginesdkarkruntime/parsing_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def main():
5757
if event.type == "tool_calls.function.arguments.delta" or event.type == "tool_calls.function.arguments.done":
5858
rich.get_console().print(event, width=80)
5959
print("----\n")
60-
rich.print(stream.get_final_completion())
60+
rich.print(await stream.get_final_completion())
6161

6262

6363
if __name__ == "__main__":

0 commit comments

Comments
 (0)