interface CodeExecutionInput {
    code: string;
    inputFiles: File[];
    executionId?: string;
}

Properties

code: string

The code to execute

inputFiles: File[]

The input files available to the code

executionId?: string

The execution ID for the stateful code execution