Keston Crandall

Results 2 issues of Keston Crandall

Because C# has the limitation of 100 nanosecond precision on the DateTime object there is no way to add nanosecond time to fauna. Sometimes a user may want to store...

When using semantic kernel when a function is called any IAutoFunctionInvocationFilter that are registered should be invoked. here is an example for the mistral client connector https://github.com/microsoft/semantic-kernel/blob/314c0161c3810d3b2292dc96aaf68513bd073057/dotnet/src/Connectors/Connectors.MistralAI/Client/MistralClient.cs#L1076 ``` private static...