AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
ContextInjection
Context
Injection
jvm
@
Serializable
data
class
ContextInjection
(
val
id
:
UUID
=
UUID.randomUUID()
,
val
tag
:
String
,
val
content
:
String
)
(
source
)
Members
Constructors
Context
Injection
Link copied to clipboard
jvm
constructor
(
id
:
UUID
=
UUID.randomUUID()
,
tag
:
String
,
content
:
String
)
Properties
content
Link copied to clipboard
jvm
val
content
:
String
id
Link copied to clipboard
jvm
@
Serializable
(
with
=
UuidSerializer::class
)
val
id
:
UUID
tag
Link copied to clipboard
jvm
val
tag
:
String