Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 8a654ae

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 30cc94f commit 8a654ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nerve/cli/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def create_agent(path: pathlib.Path, task: str | None = None, default: boo
144144
]
145145

146146
answers = inquirer.prompt(questions)
147-
answers["tools"] = [tool.split(" - ")[0] for tool in answers["tools"]] # type: ignore
147+
answers["tools"] = [tool.split(" - ")[0] for tool in answers["tools"]]
148148

149149
if user_prompts:
150150
answer = str(answers["system_prompt"])

0 commit comments

Comments
 (0)