Skip to content

Commit c9f3c70

Browse files
committed
set custom info text for simulate sub command
1 parent ab1f8dd commit c9f3c70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cli/simulate.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
1212
*/
1313
class cli_plugin_aichat_simulate extends AbstractCLI
1414
{
15-
15+
/** @inheritDoc */
16+
public function getInfo()
17+
{
18+
$info = parent::getInfo();
19+
$info['desc'] = 'Run a prepared chat session against multiple LLM models';
20+
return $info;
21+
}
1622

1723
/** @inheritDoc */
1824
protected function setup(Options $options)

0 commit comments

Comments
 (0)