forked from Shinonome/dots-hyprland
ai: fix weird save chat description
This commit is contained in:
@@ -438,7 +438,7 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
|
|||||||
return {
|
return {
|
||||||
name: `${messageInputField.text.trim().split(" ").length == 1 ? (root.commandPrefix + "save ") : ""}${chatName}`,
|
name: `${messageInputField.text.trim().split(" ").length == 1 ? (root.commandPrefix + "save ") : ""}${chatName}`,
|
||||||
displayName: `${chatName}`,
|
displayName: `${chatName}`,
|
||||||
description: `Save chat from ${chatName}`,
|
description: `Save chat to ${chatName}`,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (messageInputField.text.startsWith(`${root.commandPrefix}load`)) {
|
} else if (messageInputField.text.startsWith(`${root.commandPrefix}load`)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user