mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: retriever_resource missing (#1317)
This commit is contained in:
@ -30,7 +30,7 @@ class DatasetRetrieverTool(BaseTool):
|
||||
dataset_id: str
|
||||
k: int = 3
|
||||
conversation_message_task: ConversationMessageTask
|
||||
return_resource: str
|
||||
return_resource: bool
|
||||
retriever_from: str
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user