We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1f8dd commit c9f3c70Copy full SHA for c9f3c70
cli/simulate.php
@@ -12,7 +12,13 @@
12
*/
13
class cli_plugin_aichat_simulate extends AbstractCLI
14
{
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
+ }
22
23
/** @inheritDoc */
24
protected function setup(Options $options)
0 commit comments