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

Conversational LangChain model support #11552

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2024

  1. check for any Runnable in call_api()

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3f2961c View commit details
    Browse the repository at this point in the history
  2. add params as configurable

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ce627b0 View commit details
    Browse the repository at this point in the history
  3. only infer signature if actual model provided

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    890ad7f View commit details
    Browse the repository at this point in the history
  4. update docstring for params

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    76d15ae View commit details
    Browse the repository at this point in the history
  5. update prediction logic to preserve previous behavior

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fe79826 View commit details
    Browse the repository at this point in the history
  6. add test for RunnableWithMessageHistory

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ebe50df View commit details
    Browse the repository at this point in the history
  7. add comment to test

    Signed-off-by: Ishaan Mehta <45380942+ishaan-mehta@users.noreply.github.com>
    ishaan-mehta committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a92b8f9 View commit details
    Browse the repository at this point in the history