## Description
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Tests
- [ ] CI/CD changes
## Related Issues
Fixes #
## Changes Made
-
-
-
## Testing
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] All new and existing tests pass locally
- [ ] I have run `cargo test --all-features`
- [ ] I have run `cargo clippy -- -D warnings`
- [ ] I have run `cargo fmt`
## Python Bindings (if applicable)
- [ ] Python bindings updated (if needed)
- [ ] Python tests pass (`cd llmkit-python && pytest`)
- [ ] Python code formatted with `ruff format`
- [ ] Python code linted with `ruff check`
## Node.js Bindings (if applicable)
- [ ] Node.js bindings updated (if needed)
- [ ] Node.js tests pass (`cd llmkit-node && npm test`)
- [ ] Code formatted with `prettier`
## Documentation
- [ ] I have updated the documentation (README, docs/, code comments)
- [ ] I have added/updated examples (if applicable)
- [ ] I have updated CHANGELOG.md
## Checklist
- [ ] My code follows the project's coding guidelines (see CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] I have checked my code and corrected any misspellings
- [ ] The PR title follows conventional commits format (e.g., `feat:`, `fix:`, `docs:`)
## Screenshots (if applicable)
## Additional Notes