add agent tag for get task v1 endpoint (#1992)

This commit is contained in:
Shuchang Zheng
2025-03-21 12:49:05 -07:00
committed by GitHub
parent 8d80dd1546
commit f865c38038

View File

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