Commit 73e502c 1 parent ea161d2 commit 73e502c Copy full SHA for 73e502c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,13 +222,13 @@ Description for tool 6-claude-prediction-offline: Makes a prediction using Claud
222
222
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.
223
223
224
224
` ` ` 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>
226
226
` ` `
227
227
228
228
Example usage:
229
229
230
230
` ` ` 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
232
232
` ` `
233
233
You will see an output like this:
234
234
` ` ` bash
You can’t perform that action at this time.
0 commit comments