http4k-ai-core
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-core
http4k-ai-core
/
org.http4k.ai.util
/
toCompletionSequence
to
Completion
Sequence
inline
fun
<
T
:
Any
>
Action
<
Result4k
<
Sequence
<
T
>
,
RemoteFailure
>
>
.
toCompletionSequence
(
response
:
Response
,
autoMarshalling
:
AutoMarshalling
,
dataPrefix
:
String
,
stopSignal
:
String
)
:
Result
<
Sequence
<
T
>
,
RemoteFailure
>
(
source
)
inline
fun
<
T
:
Any
>
Response
.
toCompletionSequence
(
autoMarshalling
:
AutoMarshalling
,
stopSignal
:
String
,
dataPrefix
:
String
)
:
Sequence
<
T
>
(
source
)