no message

This commit is contained in:
kuaifan
2024-12-13 12:37:25 +08:00
parent c84111b6b9
commit 9e92c61fbf
3 changed files with 8 additions and 4 deletions

View File

@@ -445,7 +445,7 @@ class BotReceiveMsgTask extends AbstractTask
if ($replyMsg) {
$replyCommand = $this->extractCommand($replyMsg);
if ($replyCommand) {
$replyCommand = Base::cutStr($replyCommand, 200) . "\n\n ------------------ Reference above ------------------ \n\n";
$replyCommand = "<quoted>" . Base::cutStr($replyCommand, 2000) . "</quoted>\n\nThe content within the above <quoted> tags is a citation.\n\n";
}
}
$command = $replyCommand . $command;