check_syntax
Read-only
Validate code syntax for Python and C# files to detect errors before execution in QuantConnect's algorithmic trading platform.
Instructions
Check the syntax of a code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | State of the syntax check. | |
| payload | No | Code completion suggestions. | |
| version | No | Version of the response. | |
| payloadType | No | Type of the payload. |