mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
chore: Add pylint for DB-GPT core lib (#1076)
This commit is contained in:
@@ -53,7 +53,7 @@ class RequestHandleOperator(MapOperator[TriggerReqBody, Dict]):
|
||||
return params
|
||||
|
||||
|
||||
with DAG("dbgpt_awel_simple_rag_rewrite_example") as dag:
|
||||
with DAG("dbgpt_awel_simple_rag_summary_example") as dag:
|
||||
trigger = HttpTrigger(
|
||||
"/examples/rag/summary", methods="POST", request_body=TriggerReqBody
|
||||
)
|
||||
|
Reference in New Issue
Block a user