mirror of https://github.com/langgenius/dify.git
fix: code lint (#24563)
This commit is contained in:
parent
b486d72b8e
commit
66e80f9dac
|
|
@ -280,7 +280,7 @@ class ToolEngine:
|
|||
mimetype = "image/jpeg"
|
||||
|
||||
yield ToolInvokeMessageBinary(
|
||||
mimetype=response.meta.get("mime_type", "image/jpeg"),
|
||||
mimetype=response.meta.get("mime_type", mimetype),
|
||||
url=cast(ToolInvokeMessage.TextMessage, response.message).text,
|
||||
)
|
||||
elif response.type == ToolInvokeMessage.MessageType.BLOB:
|
||||
|
|
|
|||
Loading…
Reference in New Issue