mirror of https://github.com/aliasrobotics/cai.git
/h for /help only, not for history
This commit is contained in:
parent
1944ccccdb
commit
fea85193a3
|
|
@ -22,7 +22,7 @@ class HistoryCommand(Command):
|
|||
super().__init__(
|
||||
name="/history",
|
||||
description="Display the conversation history",
|
||||
aliases=["/h"]
|
||||
aliases=["/his"]
|
||||
)
|
||||
|
||||
def handle(self, args: Optional[List[str]] = None,
|
||||
|
|
|
|||
Loading…
Reference in New Issue