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.adapter
/
AgentAPI
/
output
output
jvm
abstract
val
output
:
SharedFlow
<
AgentOutput
>
(
source
)
agent 的实时输出流,通常为无需持久化的流式数据块或错误信息。
关于状态信息请见
status
,关于上下文信息请见
context
。
See also
Agent
Output