check_syntax
Read-only
Validate code syntax for algorithmic trading strategies in C# or Python to identify errors before execution.
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. |