mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
add image file as markdown stream outupt
This commit is contained in:
@ -27,7 +27,7 @@ class ToolFilePreviewApi(Resource):
|
||||
raise Forbidden('Invalid request.')
|
||||
|
||||
try:
|
||||
result = ToolFileManager.get_file_generator_by_message_file_id(
|
||||
result = ToolFileManager.get_file_generator_by_tool_file_id(
|
||||
file_id,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user