toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.shell
/
ShellConfig
Shell
Config
data
class
ShellConfig
(
val
lineLength
:
Int
=
140
,
val
chat
:
ChatConfig
=
ChatConfig()
)
Shell configuration for the shell module (duplicate of API's ShellConfig for independence)
Members
Constructors
Shell
Config
Link copied to clipboard
constructor
(
lineLength
:
Int
=
140
,
chat
:
ChatConfig
=
ChatConfig()
)
Properties
chat
Link copied to clipboard
val
chat
:
ChatConfig
line
Length
Link copied to clipboard
val
lineLength
:
Int
=
140