The arguments to pass to the code execution.

interface CodeExecutionCallArguments {
    code?: string;
    language?: "python";
}

Properties

Properties

code?: string

The code to be executed.

language?: "python"

Programming language of the code.