mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
feat(rag): Support rag retriever evaluation (#1291)
This commit is contained in:
@@ -256,6 +256,6 @@ class AgentDummyTrigger(Trigger):
|
||||
"""Initialize a HttpTrigger."""
|
||||
super().__init__(**kwargs)
|
||||
|
||||
async def trigger(self) -> None:
|
||||
async def trigger(self, **kwargs) -> None:
|
||||
"""Trigger the DAG. Not used in HttpTrigger."""
|
||||
pass
|
||||
raise NotImplementedError("Dummy trigger does not support trigger.")
|
||||
|
Reference in New Issue
Block a user