fix: retriever_resource missing (#1317)

This commit is contained in:
takatost
2023-10-12 03:37:11 +08:00
committed by GitHub
parent cbf095465c
commit 9cba1c8bf4
3 changed files with 5 additions and 3 deletions

View File

@ -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