BashArgs

@Serializable
data class BashArgs(val command: String, val timeoutSeconds: Int = 60, val envIds: List<String> = emptyList()) : ToolArgs(source)

Constructors

Link copied to clipboard
constructor(command: String, timeoutSeconds: Int = 60, envIds: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard