mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
fmt
This commit is contained in:
@@ -296,9 +296,9 @@ class _StringImageMessagePromptTemplate(BaseMessagePromptTemplate):
|
||||
prompt.append(img_template_obj)
|
||||
else:
|
||||
raise ValueError()
|
||||
return cls(prompt=prompt, **kwargs)
|
||||
else:
|
||||
raise ValueError()
|
||||
return cls(prompt=prompt, **kwargs)
|
||||
else:
|
||||
raise ValueError()
|
||||
|
||||
@classmethod
|
||||
def from_template_file(
|
||||
|
||||
Reference in New Issue
Block a user