CodeConfiguration

The configuration for the source code that defines how the agent runtime code should be executed, including the code location, runtime environment, and entry point.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Code?

The source code location and configuration details.

Link copied to clipboard

The entry point for the code execution, specifying the function or method that should be invoked when the code runs.

Link copied to clipboard

The runtime environment for executing the code (for example, Python 3.9 or Node.js 18).

Functions

Link copied to clipboard
inline fun copy(block: CodeConfiguration.Builder.() -> Unit = {}): CodeConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String