update comment

This commit is contained in:
Mason Daugherty 2025-08-04 17:23:18 -04:00
parent 06f240b328
commit c91d681c83
No known key found for this signature in database

View File

@ -160,13 +160,10 @@ def _parse_arguments_from_tool_call(
return parsed_arguments
# Missing: _get_tool_calls_from_response
# Missing: _lc_tool_call_to_openai_tool_call
# Missing: _get_image_from_data_content_block
# Removed from v0:
# - _get_tool_calls_from_response
# _lc_tool_call_to_openai_tool_call
# _get_image_from_data_content_block
def _is_pydantic_class(obj: Any) -> bool: