Commits
Click on a commit to change the comparison rangefix(core): use tool_calls instead of deprecated function_call in get_buffer_string
get_buffer_string now checks for the modern tool_calls field on
AIMessage before falling back to the deprecated function_call in
additional_kwargs. This ensures tool call information is properly
included in the buffer output for modern LLM providers.
Fixes #33970