Skip to content

Commit 8a654ae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)