diff --git a/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Llama3_1.cs b/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Llama3_1.cs
index 4416fe757c..7fe73e72f4 100644
--- a/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Llama3_1.cs
+++ b/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Llama3_1.cs
@@ -46,7 +46,7 @@ public static async Task RunAsync(string weightFolder, string checkPointName = "
""";
var chatMessage = new ChatMessage(ChatRole.User, task);
- await foreach (var response in client.CompleteStreamingAsync([chatMessage]))
+ await foreach (var response in client.GetStreamingResponseAsync([chatMessage]))
{
Console.Write(response.Text);
}
diff --git a/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Phi3.cs b/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Phi3.cs
index 7bba28bc14..a10c01dfb3 100644
--- a/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Phi3.cs
+++ b/docs/samples/Microsoft.ML.GenAI.Samples/MEAI/Phi3.cs
@@ -36,7 +36,7 @@ public static async Task RunAsync(string weightFolder)
""";
var chatMessage = new ChatMessage(ChatRole.User, task);
- await foreach (var response in client.CompleteStreamingAsync([chatMessage]))
+ await foreach (var response in client.GetStreamingResponseAsync([chatMessage]))
{
Console.Write(response.Text);
}
diff --git a/eng/Versions.props b/eng/Versions.props
index 0cc944a243..d2286a30d6 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -46,7 +46,7 @@
1.0.0-beta.24375.2
1.18.1
0.0.0.12
- 9.0.1-preview.1.24570.5
+ 9.3.0-preview.1.25114.11
4.4.0