InvokeCodeInterpreterRequest
Types
Properties
Link copied to clipboard
The arguments for the code interpreter. This includes the code to execute and any additional parameters such as the programming language, whether to clear the execution context, and other execution options. The structure of this parameter depends on the specific code interpreter being used.
Link copied to clipboard
The unique identifier of the code interpreter associated with the session. This must match the identifier used when creating the session with StartCodeInterpreterSession
.
Functions
Link copied to clipboard
inline fun copy(block: InvokeCodeInterpreterRequest.Builder.() -> Unit = {}): InvokeCodeInterpreterRequest