GroupConfig

data class GroupConfig(val description: String? = null, val provider: String = EMBABEL_PROVIDER, val tools: Set<String> = emptySet())

Constructors

Link copied to clipboard
constructor(description: String? = null, provider: String = EMBABEL_PROVIDER, tools: Set<String> = emptySet())

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun include(tool: <Error class: unknown class>): Boolean