koog
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.agent.session
/
AIAgentLLMWriteSessionCommon
/
requestStreaming
request
Streaming
suspend
fun
<
T
>
requestStreaming
(
definition
:
StructureDefinition
?
=
null
,
transformStreamData
:
suspend
(
Flow
<
StreamFrame
>
)
->
Flow
<
T
>
)
:
Flow
<
T
>
(
source
)