Hanna Moazam

Results 7 issues of Hanna Moazam

The method `InOutEqual` in Function.Doman > Helpers > OlProcessing > ValidateOlEvent.cs compares only the names (rather than names and namespaces). Should be updated to `return Enumerable.SequenceEqual(nms, nms2) && Enumerable.SequenceEqual(nmspc, nmspc2);`

bug
vnext

Updating implementation to support cosmos (data source v2) events.

WIP for automatically publishing package to pypi and creating github release. Testpypi automation in place for package at: https://test.pypi.org/project/dspy-ai-test/

One single caching interface which has two levels of cache - in memory lru cache and fanout (on disk)