add agent tag for get task v1 endpoint (#1992)
This commit is contained in:
@@ -221,6 +221,7 @@ async def run_task_v1(
|
||||
|
||||
@base_router.get(
|
||||
"/tasks/{task_id}",
|
||||
tags=["agent"],
|
||||
response_model=TaskResponse,
|
||||
openapi_extra={
|
||||
"x-fern-sdk-group-name": "agent",
|
||||
|
||||
Reference in New Issue
Block a user