Release v0.2.2
Bug Fixes
- Type Hints: Fixed type errors where
LLMProviderinstances were being passed to functions expectingLLMClienttype hints (#41)- Updated type hints in
stitch_tools.pyandpii_tools.pyto useLLMProviderinstead of legacyLLMClient - Resolves pyright type checking errors after LLM provider refactoring
- Updated type hints in
What's Changed
Full Changelog: v0.2.1...v0.2.2