Skip to content

Commit 73e502c

Browse files
committed
Update tool_io_schema command
1 parent ea161d2 commit 73e502c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ Description for tool 6-claude-prediction-offline: Makes a prediction using Claud
222222
To get the input/output schema of a specific tool, use the `tool_io_schema` command. You need to specify the unique identifier of the tool.
223223

224224
```bash
225-
mechx tool_io_schema --unique-identifier <unique_identifier> --chain-config <chain_config>
225+
mechx tool-io-schema --unique-identifier <unique_identifier> --chain-config <chain_config>
226226
```
227227

228228
Example usage:
229229

230230
```bash
231-
mechx tool_io_schema --unique-identifier "6-prediction-offline" --chain-config gnosis
231+
mechx tool-io-schema --unique-identifier "6-prediction-offline" --chain-config gnosis
232232
```
233233
You will see an output like this:
234234
```bash

0 commit comments

Comments
 (0)