Skip to content

Commit

Permalink
adding TornadoTest Attribute to streaming assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
BoHomola committed Feb 7, 2025
1 parent cd30505 commit f018872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LlmTornado.Demo/ThreadsDemo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ public static async Task StreamRun()
});
}

[TornadoTest]
public static async Task StreamFunctionAssistant()
{
Assistant assistant = await AssistantsDemo.CreateFunctionAssistant();
Expand Down

0 comments on commit f018872

Please sign in to comment.