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

[core]: add tool calls message #18947

Merged
merged 85 commits into from
Apr 9, 2024
Merged

[core]: add tool calls message #18947

merged 85 commits into from
Apr 9, 2024

Commits on Mar 11, 2024

  1. rfc: tool calls msg

    baskaryan committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d68a71c View commit details
    Browse the repository at this point in the history
  2. fmt

    baskaryan committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2319f42 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fmt

    baskaryan committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f6048cc View commit details
    Browse the repository at this point in the history
  2. fmt

    baskaryan committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    67e3d1e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. merge master

    ccurme committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    35189ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c14c48 View commit details
    Browse the repository at this point in the history
  3. lint

    ccurme committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    684e107 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    b6dc899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b373cd View commit details
    Browse the repository at this point in the history
  3. add ToolCallsMessageChunk

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    28bc99e View commit details
    Browse the repository at this point in the history
  4. add to openai

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ea74d44 View commit details
    Browse the repository at this point in the history
  5. format

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6dd3ff7 View commit details
    Browse the repository at this point in the history
  6. lint

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2692239 View commit details
    Browse the repository at this point in the history
  7. accept None

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1849f93 View commit details
    Browse the repository at this point in the history
  8. update test_imports

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    10b2c7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f637b9 View commit details
    Browse the repository at this point in the history
  10. update snapshots

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3605678 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9540adf View commit details
    Browse the repository at this point in the history
  12. add ToolCall to module init

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    16bdda4 View commit details
    Browse the repository at this point in the history
  13. add to integration test

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8698a86 View commit details
    Browse the repository at this point in the history
  14. lint

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c7d00cc View commit details
    Browse the repository at this point in the history
  15. update serializable mapping

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    808cf82 View commit details
    Browse the repository at this point in the history
  16. update mistral

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0d6118a View commit details
    Browse the repository at this point in the history
  17. update test_imports

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6c0e3ea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    508e3bc View commit details
    Browse the repository at this point in the history
  19. update snapshots

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    189600f View commit details
    Browse the repository at this point in the history
  20. lint

    ccurme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    360f9e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. clean up ToolMessage

    ccurme committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ca59616 View commit details
    Browse the repository at this point in the history
  2. update JsonOutputToolsParser

    ccurme committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bda88a6 View commit details
    Browse the repository at this point in the history
  3. lint

    ccurme committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ac4a0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b515c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6d81051 View commit details
    Browse the repository at this point in the history
  2. cr

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fec6db2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5ec7fd View commit details
    Browse the repository at this point in the history
  4. move tool calls msgs to ai

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    33127d3 View commit details
    Browse the repository at this point in the history
  5. update AIMessageChunk.__add__

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e1fb61b View commit details
    Browse the repository at this point in the history
  6. move parse_tool_calls

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b1e9235 View commit details
    Browse the repository at this point in the history
  7. fix bug

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    75d11dc View commit details
    Browse the repository at this point in the history
  8. lint

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9d0176f View commit details
    Browse the repository at this point in the history
  9. rename ToolCallsMessage

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e225577 View commit details
    Browse the repository at this point in the history
  10. rename ToolCallsMessageChunk

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c27c9e8 View commit details
    Browse the repository at this point in the history
  11. lint

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5765f48 View commit details
    Browse the repository at this point in the history
  12. merge tool calls

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4eb4c34 View commit details
    Browse the repository at this point in the history
  13. fmt (#19968)

    ![Screenshot 2024-04-03 at 11 33 49
    AM](https://github.com/langchain-ai/langchain/assets/22008038/fdf36f6a-24ec-4ab5-b008-8e2a6ffeb64a)
    
    ---------
    
    Co-authored-by: Chester Curme <chester.curme@gmail.com>
    baskaryan and ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9089029 View commit details
    Browse the repository at this point in the history
  14. fix bug

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a8b2733 View commit details
    Browse the repository at this point in the history
  15. catch KeyError

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a29c6b1 View commit details
    Browse the repository at this point in the history
  16. update mistral streaming

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3ffcf0a View commit details
    Browse the repository at this point in the history
  17. cr

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1b53ef6 View commit details
    Browse the repository at this point in the history
  18. update mistral test

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ed71599 View commit details
    Browse the repository at this point in the history
  19. remove check

    ccurme committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    48d9355 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. update docstring

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d140449 View commit details
    Browse the repository at this point in the history
  2. add tests

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5ea8bb4 View commit details
    Browse the repository at this point in the history
  3. add tests

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2060f37 View commit details
    Browse the repository at this point in the history
  4. update fireworks

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ff07346 View commit details
    Browse the repository at this point in the history
  5. update cohere and add test

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    71764a9 View commit details
    Browse the repository at this point in the history
  6. add to openai tests

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cbf66ec View commit details
    Browse the repository at this point in the history
  7. fix bug

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f45caa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a49f23e View commit details
    Browse the repository at this point in the history
  9. update groq

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9a05cba View commit details
    Browse the repository at this point in the history
  10. update agents

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bc85987 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ea5d66 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'bagatur/tool_calls_msg' of github.com:langchain-ai/lang…

    …chain into bagatur/tool_calls_msg
    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6103cd4 View commit details
    Browse the repository at this point in the history
  13. Revert "update agents"

    This reverts commit bc85987.
    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9ff7ae9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4ca284 View commit details
    Browse the repository at this point in the history
  15. update anthropic

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e012414 View commit details
    Browse the repository at this point in the history
  16. cr

    ccurme committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    53138b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. use tool call msgs (#20051)

    Co-authored-by: Chester Curme <chester.curme@gmail.com>
    baskaryan and ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a79a980 View commit details
    Browse the repository at this point in the history
  2. update docstrings

    ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bfe8fe3 View commit details
    Browse the repository at this point in the history
  3. spell check

    ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ce684dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13222fa View commit details
    Browse the repository at this point in the history
  5. undo stray import changes

    ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e845536 View commit details
    Browse the repository at this point in the history
  6. tweak docstring

    ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1f902d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b490c57 View commit details
    Browse the repository at this point in the history
  8. merge (delete cohere)

    ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    34e629d View commit details
    Browse the repository at this point in the history
  9. update

    ccurme committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    94bdf1c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. merge

    ccurme committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a1feb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b3b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52b7531 View commit details
    Browse the repository at this point in the history
  4. fix anthropic

    ccurme committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    bb37dd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. cr

    ccurme committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    225f519 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    fa3a8c0 View commit details
    Browse the repository at this point in the history
  2. fix docstring

    ccurme committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3d243d4 View commit details
    Browse the repository at this point in the history
  3. update (#20215)

    ccurme committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0cc3142 View commit details
    Browse the repository at this point in the history
  4. fix bug

    ccurme committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c3f2805 View commit details
    Browse the repository at this point in the history
  5. fix bug

    ccurme committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f6d864c View commit details
    Browse the repository at this point in the history