CodeExecutionCallArguments: { code?: string; language?: Language }

The arguments to pass to the code execution.

Type declaration

  • Optionalcode?: string

    The code to be executed.

  • Optionallanguage?: Language

    Programming language of the code.