update_code_to_pep8
Read-only
Automatically reformat Python code to comply with PEP8 style guidelines, ensuring consistent formatting and improved readability for algorithmic trading scripts.
Instructions
Update Python code to follow PEP8 style.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | State of PEP8 conversion. | |
| payload | No | A dictionary where the key is the file name and the value is the PEP8 converted code of that file. | |
| version | No | Version of the response. | |
| payloadType | No | Type of the payload. |