Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided default values for tags and inheritable_tags args in BaseRun… #6858

Commits on Jun 28, 2023

  1. Provided default values for tags and inheritable_tags args in BaseRun…

    …Manager
    
    To avoid the error message:
    
    TypeError: BaseRunManager.__init__() missing 2 required keyword-only arguments: 'tags' and 'inheritable_tags'
    
    when running AsyncCallbackManagerForChainRun (from langchain.callbacks.manager import AsyncCallbackManagerForChainRun), provided default values for tags and inheritable_tages of empty lists in manager.py BaseRunManager.
    Siraj-Aizlewood committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2c2664f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. none

    dev2049 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    895f072 View commit details
    Browse the repository at this point in the history