Перейти к содержимому

Code Interpreter / Context

Type Alias: Context

Context = object

Represents a context for code execution.

Properties

cwd

cwd: string

The working directory of the context.


id

id: string

The ID of the context.


language

language: string

The language of the context.