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

Bug fix for callbacks #83

Merged
merged 3 commits into from
Jul 21, 2023
Merged

Commits on Jul 21, 2023

  1. Bug fix for Callbacks

    Was getting a
    
    "BaseRunManager.__init__() missing 2 required keyword-only arugments: 'tags' and 'inheritable_tags'"
    
    error.
    
    AsyncCallbackManagerForChainRun inherits AsyncRunManager which inherits BaseRunManager which requires tags and inheritable_tags arguments. We can set these to empty lists.
    Siraj-Aizlewood committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a7964f2 View commit details
    Browse the repository at this point in the history
  2. Undo changes

    Siraj-Aizlewood committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f3433ba View commit details
    Browse the repository at this point in the history
  3. Bug fix for Callbacks

    Was getting a
    
    "BaseRunManager.__init__() missing 2 required keyword-only arugments: 'tags' and 'inheritable_tags'"
    
    error.
    
    AsyncCallbackManagerForChainRun inherits AsyncRunManager which inherits BaseRunManager which requires tags and inheritable_tags arguments. We can set these to empty lists.
    Siraj-Aizlewood committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2b577a8 View commit details
    Browse the repository at this point in the history