toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.spi.config.spring
/
GroupConfig
Group
Config
data
class
GroupConfig
(
val
description
:
String
?
=
null
,
val
provider
:
String
=
EMBABEL_PROVIDER
,
val
tools
:
Set
<
String
>
=
emptySet()
)
Members
Constructors
Group
Config
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
provider
:
String
=
EMBABEL_PROVIDER
,
tools
:
Set
<
String
>
=
emptySet()
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
provider
Link copied to clipboard
val
provider
:
String
tools
Link copied to clipboard
val
tools
:
Set
<
String
>
Functions
include
Link copied to clipboard
fun
include
(
tool
:
<Error class: unknown class>
)
:
Boolean