mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 20:20:16 +00:00
refactor: remove tags from APIRouter initialization in chat, model, task, and tool controllers
This commit is contained in:
parent
36788b3632
commit
80042edef9
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ from utils import traceroot_wrapper as traceroot
|
|||
logger = traceroot.get_logger("task_controller")
|
||||
|
||||
|
||||
router = APIRouter(tags=["task"])
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.post("/task/{id}/start", name="start task")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue