Commits
Click on a commit to change the comparison rangefix: Line length and method signature updates for linting compliance
- Fixed line length issue in Chain.ainvoke()
- Updated abstract method signatures to include config parameter
- Added proper documentation for config parameter in docstrings fix: use built-in types instead of typing module imports for Python 3.9+ compatibility