The result property in FunctionResultContent behaves differently between Python and C# when running the mcp case.
In python, the result of FunctionResultContent is list of TextContent
In C#, the result of FunctionResultContent is JsonElement of chatmessage

The result property in FunctionResultContent behaves differently between Python and C# when running the mcp case.
In python, the result of FunctionResultContent is list of TextContent
In C#, the result of FunctionResultContent is JsonElement of chatmessage