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

docs[patch]: Adds additional runtime arg passing docs via currying #24193

Closed
wants to merge 11 commits into from

Commits on Jul 11, 2024

  1. Adds curry utils function

    jacoblee93 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    432ccd6 View commit details
    Browse the repository at this point in the history
  2. Update libs/core/langchain_core/utils/curry.py

    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    jacoblee93 and eyurtsev committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    367b2d8 View commit details
    Browse the repository at this point in the history
  3. Lint

    jacoblee93 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7130aa8 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    jacoblee93 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fc33536 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update curry.py

    jacoblee93 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    412bc82 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    jacoblee93 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    244cd5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1ac392 View commit details
    Browse the repository at this point in the history
  4. Revert __init__.py

    jacoblee93 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6ef6c9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55a6347 View commit details
    Browse the repository at this point in the history
  6. Update imports

    jacoblee93 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    36919b1 View commit details
    Browse the repository at this point in the history
  7. Update tool_runtime.ipynb

    jacoblee93 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    080f287 View commit details
    Browse the repository at this point in the history