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 12b0ed2 commit bc62266Copy full SHA for bc62266
src/agent/src/Toolbox/Tool/Platform.php
@@ -40,7 +40,7 @@ public function __invoke(string $message): string
40
{
41
return $this->platform->invoke(
42
$this->model,
43
- $input,
+ $message,
44
$this->options,
45
)->asText();
46
}
0 commit comments