Skip to content

Commit 5b4253f

Browse files
committed
missed request rename in alicanto route
1 parent a50fe9d commit 5b4253f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npcpy/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def alicanto_handler(command: str, **kwargs):
922922
return {"output": "Usage: /alicanto <research query> [--num-npcs N] [--depth N] [--exploration 0.3] [--creativity 0.5] [--format report|summary|full]", "messages": messages}
923923

924924
try:
925-
logging.info(f"Starting Alicanto research on: {request}")
925+
logging.info(f"Starting Alicanto research on: {query}")
926926
result = alicanto(
927927
request=query,
928928
num_npcs=num_npcs,

0 commit comments

Comments
 (0)