http4k-ai-core
Toggle table of contents
6.19.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-core
http4k-ai-core
/
org.http4k.ai.util
Package-level
declarations
Functions
Functions
to
Completion
Sequence
Link copied to clipboard
inline
fun
<
T
:
Any
>
Response
.
toCompletionSequence
(
autoMarshalling
:
AutoMarshalling
,
stopSignal
:
String
,
dataPrefix
:
String
)
:
Sequence
<
T
>
inline
fun
<
T
:
Any
>
Action
<
Result4k
<
Sequence
<
T
>
,
RemoteFailure
>
>
.
toCompletionSequence
(
response
:
Response
,
autoMarshalling
:
AutoMarshalling
,
dataPrefix
:
String
,
stopSignal
:
String
)
:
Result
<
Sequence
<
T
>
,
RemoteFailure
>
with
Ai
Mappings
Link copied to clipboard
fun
<
T
>
AutoMappingConfiguration
<
T
>
.
withAiMappings
(
)
:
AutoMappingConfiguration
<
T
>