fix: code lint (#24563)
This commit is contained in:
@@ -280,7 +280,7 @@ class ToolEngine:
|
|||||||
mimetype = "image/jpeg"
|
mimetype = "image/jpeg"
|
||||||
|
|
||||||
yield ToolInvokeMessageBinary(
|
yield ToolInvokeMessageBinary(
|
||||||
mimetype=response.meta.get("mime_type", "image/jpeg"),
|
mimetype=response.meta.get("mime_type", mimetype),
|
||||||
url=cast(ToolInvokeMessage.TextMessage, response.message).text,
|
url=cast(ToolInvokeMessage.TextMessage, response.message).text,
|
||||||
)
|
)
|
||||||
elif response.type == ToolInvokeMessage.MessageType.BLOB:
|
elif response.type == ToolInvokeMessage.MessageType.BLOB:
|
||||||
|
Reference in New Issue
Block a user