We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf8701 commit b0de1bbCopy full SHA for b0de1bb
samples/QuickstartClient/Program.cs
@@ -59,7 +59,7 @@
59
60
await foreach (var message in anthropicClient.GetStreamingResponseAsync(query, options))
61
{
62
- Console.Write(message.Text);
+ Console.Write(message);
63
}
64
Console.WriteLine();
65
0 commit comments