Skip to content

Commit bc62266

Browse files
committed
-
1 parent 12b0ed2 commit bc62266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/src/Toolbox/Tool/Platform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __invoke(string $message): string
4040
{
4141
return $this->platform->invoke(
4242
$this->model,
43-
$input,
43+
$message,
4444
$this->options,
4545
)->asText();
4646
}

0 commit comments

Comments
 (0)