You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Reproduction:
Expected Behavior:
The
format()
method should automatically mergepartial_variables
and return:{"url": "test", "detail": "high"}
Actual Behavior:
It raises
KeyError: 'img_data'
because partial variables are not mergedMotivation
Bug fixing
Proposal (If applicable)
Add the following line at the beginning of
langchain_core.prompts.image.ImagePromptTemplate.format
:Beta Was this translation helpful? Give feedback.
All reactions