koog
Toggle table of contents
1.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
koog
koog-bedrock-agentcore-runtime
/
ai.koog.agentcore.runtime
/
InvocationResult
/
BinaryStream
Binary
Stream
class
BinaryStream
(
val
chunks
:
Flow
<
ByteArray
>
,
val
contentType
:
ContentType
)
:
InvocationResult
(
source
)
Streaming binary result (HTTP chunked transfer-encoding).
Members
Constructors
Binary
Stream
Link copied to clipboard
constructor
(
chunks
:
Flow
<
ByteArray
>
,
contentType
:
ContentType
)
Properties
chunks
Link copied to clipboard
val
chunks
:
Flow
<
ByteArray
>
content
Type
Link copied to clipboard
val
contentType
:
ContentType