Skip to content

Commit 89d4581

Browse files
committed
fix: abi not published
1 parent 955c680 commit 89d4581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/modules/abi/agents/AbiAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def as_api(
544544
self,
545545
router: APIRouter,
546546
route_name: str = NAME,
547-
name: str = NAME.capitalize(). replace("_", " "),
547+
name: str = NAME,
548548
description: str = "API endpoints to call the Abi agent completion.",
549549
description_stream: str = "API endpoints to call the Abi agent stream completion.",
550550
tags: Optional[list[str | Enum]] = None,

0 commit comments

Comments
 (0)