OptionaloptimizeOptionalstatefulWhether the code executor is stateful. Default to false.
OptionalerrorThe number of attempts to retry on consecutive code execution errors. Default to 2.
OptionalcodeThe list of the enclosing delimiters to identify the code blocks.
For example, the delimiter ['python\n', '\n'] can be
used to identify code blocks with the following format:
print("hello")
OptionalexecutionThe delimiters to format the code execution result.
If true, extract and process data files from the model request and attach them to the code executor. Supported data file MimeTypes are [text/csv]. Default to false.