We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50fe9d commit 5b4253fCopy full SHA for 5b4253f
npcpy/routes.py
@@ -922,7 +922,7 @@ def alicanto_handler(command: str, **kwargs):
922
return {"output": "Usage: /alicanto <research query> [--num-npcs N] [--depth N] [--exploration 0.3] [--creativity 0.5] [--format report|summary|full]", "messages": messages}
923
924
try:
925
- logging.info(f"Starting Alicanto research on: {request}")
+ logging.info(f"Starting Alicanto research on: {query}")
926
result = alicanto(
927
request=query,
928
num_npcs=num_npcs,
0 commit comments