Skip to content

Commit 5c809fb

Browse files
author
Augusto Beiro
committed
* Removed PROMPT_RULES from chat/generic.php to stay in sync with stream.php
1 parent d9cac0c commit 5c809fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat/generic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function requestGeneric($request, $preprompt = '', $queue = 'AASPGQuestDialogue2
1818

1919
require_once(__DIR__ . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "command_prompt.php"); //$COMMAND_PROMPT_SHORT
2020

21-
$PROMPT_RULES = $COMMAND_PROMPT_SHORT;
21+
//$PROMPT_RULES = $COMMAND_PROMPT_SHORT;
2222

2323
$starTime = microtime(true);
2424

0 commit comments

Comments
 (0)