jm_check
Verify and validate code for compliance with JijModeling rules. Ensure modeling workflows meet required standards by analyzing and returning structured check results.
Instructions
Check the code for JijModeling rules.
Args:
code (str): The code to check.
Returns:
dict: The result of the check.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"title": "jm_checkArguments",
"type": "object"
}