Skip to content

Commit 12b0ed2

Browse files
committed
-
1 parent 6dc4402 commit 12b0ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public function __construct(
3434
}
3535

3636
/**
37-
* @param array<mixed>|string|object $input the input to pass to the platform
37+
* @param string $message the message to pass to the chain
3838
*/
39-
public function __invoke(array|string|object $input): string
39+
public function __invoke(string $message): string
4040
{
4141
return $this->platform->invoke(
4242
$this->model,

0 commit comments

Comments
 (0)