AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
AgentContextIndex
/
CompactedRounds
/
toList
to
List
jvm
fun
toList
(
)
:
PairList
<
UUID
,
List
<
AgentContextIndex.CompletedRound
>
>
(
source
)
将嵌套结构转换为 List,最早的在前,最近的在末尾。
Return
Pair 的 A 为
summarizedMessage
,B 为
rounds
。