Skip to content

Commit 3e4c0d5

Browse files
chore(model-profiles): refresh model profile data (#35754)
Automated refresh of model profile data for all in-monorepo partner integrations via `langchain-profiles refresh`. 🤖 Generated by the `refresh_model_profiles` workflow. Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com>
1 parent 7cef35b commit 3e4c0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/openai/langchain_openai/data/_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@
601601
"text_inputs": True,
602602
"image_inputs": True,
603603
"audio_inputs": False,
604+
"pdf_inputs": True,
604605
"video_inputs": False,
605606
"text_outputs": True,
606607
"image_outputs": False,
@@ -610,7 +611,6 @@
610611
"tool_calling": True,
611612
"structured_output": True,
612613
"image_url_inputs": True,
613-
"pdf_inputs": True,
614614
"pdf_tool_message": True,
615615
"image_tool_message": True,
616616
"tool_choice": True,

0 commit comments

Comments
 (0)