mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat(datasource): change datasource result type to event-stream
This commit is contained in:
@ -188,8 +188,6 @@ class ToolInvokeMessage(BaseModel):
|
||||
FILE = "file"
|
||||
LOG = "log"
|
||||
BLOB_CHUNK = "blob_chunk"
|
||||
WEBSITE_CRAWL = "website_crawl"
|
||||
ONLINE_DOCUMENT = "online_document"
|
||||
|
||||
type: MessageType = MessageType.TEXT
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user