Update PlotChartFn.cs

This commit is contained in:
Joanna Ren 2025-09-02 18:27:33 -05:00 committed by GitHub
parent 59414543f6
commit 7c2ed704ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ public class PlotChartFn : IFunctionCallback
} }
]); ]);
var obj = response.JsonContent<LlmContextOut>(); var obj = response.JsonContent<LlmContextOut>();
message.Content = obj?.GreetingMessage ?? "Here is the chart you ask for:"; message.Content = obj?.GreetingMessage ?? "Here is the chart you ask for:";
message.RichContent = new RichContent<IRichMessage> message.RichContent = new RichContent<IRichMessage>
{ {