AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.debug
/
AgentDataEntry
Agent
Data
Entry
data
class
AgentDataEntry
(
val
key
:
String
,
val
name
:
String
,
val
model
:
String
,
val
context
:
String
,
val
activeTools
:
String
)
:
DbEntry
(
source
)
Members
Constructors
Agent
Data
Entry
Link copied to clipboard
constructor
(
key
:
String
,
name
:
String
,
model
:
String
,
context
:
String
,
activeTools
:
String
)
Properties
active
Tools
Link copied to clipboard
val
activeTools
:
String
context
Link copied to clipboard
val
context
:
String
key
Link copied to clipboard
open
override
val
key
:
String
model
Link copied to clipboard
val
model
:
String
name
Link copied to clipboard
val
name
:
String