Skip to content

Release v0.2.2

Choose a tag to compare

@pragyan-amp pragyan-amp released this 11 Nov 12:47
ee3f476

Bug Fixes

  • Type Hints: Fixed type errors where LLMProvider instances were being passed to functions expecting LLMClient type hints (#41)
    • Updated type hints in stitch_tools.py and pii_tools.py to use LLMProvider instead of legacy LLMClient
    • Resolves pyright type checking errors after LLM provider refactoring

What's Changed

  • fix: update type hints to use LLMProvider instead of LLMClient by @Pragyan in #41

Full Changelog: v0.2.1...v0.2.2