diff --git a/libs/partners/openai/langchain_openai/data/_profiles.py b/libs/partners/openai/langchain_openai/data/_profiles.py index 0ee45a7357c..a24883aa683 100644 --- a/libs/partners/openai/langchain_openai/data/_profiles.py +++ b/libs/partners/openai/langchain_openai/data/_profiles.py @@ -601,6 +601,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "text_inputs": True, "image_inputs": True, "audio_inputs": False, + "pdf_inputs": True, "video_inputs": False, "text_outputs": True, "image_outputs": False, @@ -610,7 +611,6 @@ _PROFILES: dict[str, dict[str, Any]] = { "tool_calling": True, "structured_output": True, "image_url_inputs": True, - "pdf_inputs": True, "pdf_tool_message": True, "image_tool_message": True, "tool_choice": True,