Builder

class Builder

Properties

Link copied to clipboard

Whether to clear the context for the tool.

Link copied to clipboard
var code: String?

The code to execute in a code interpreter session. This is the source code in the specified programming language that will be executed by the code interpreter.

Link copied to clipboard

The command to execute with the tool.

Link copied to clipboard

The content for the tool operation.

Link copied to clipboard

The directory path for the tool operation.

Link copied to clipboard

The programming language of the code to execute. This tells the code interpreter which language runtime to use for execution.

Link copied to clipboard
var path: String?

The path for the tool operation.

Link copied to clipboard

The paths for the tool operation.

Link copied to clipboard

The runtime environment to use for code execution. If not specified, defaults to deno for JavaScript and TypeScript.

Link copied to clipboard

The identifier of the task for the tool operation.