mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 01:37:59 +00:00
core[patch]: set default on Blob (#26787)
Resolves https://github.com/langchain-ai/langchain/issues/26781
This commit is contained in:
parent
97b27f0930
commit
bba7af903b
@ -107,7 +107,7 @@ class Blob(BaseMedia):
|
||||
print(f.read())
|
||||
"""
|
||||
|
||||
data: Union[bytes, str, None]
|
||||
data: Union[bytes, str, None] = None
|
||||
"""Raw data associated with the blob."""
|
||||
mimetype: Optional[str] = None
|
||||
"""MimeType not to be confused with a file extension."""
|
||||
|
Loading…
Reference in New Issue
Block a user