Update PlotChartFn.cs
This commit is contained in:
parent
59414543f6
commit
7c2ed704ab
|
|
@ -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>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue