http4k-connect-ai-ollama
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-ai-ollama
http4k-connect-ai-ollama
/
org.http4k.connect.ollama.action
/
NonNullOllamaAction
Non
Null
Ollama
Action
abstract
class
NonNullOllamaAction
<
R
:
Any
>
(
clazz
:
KClass
<
R
>
)
:
NonNullAutoMarshalledAction
<
R
>
,
OllamaAction
<
R
>
(
source
)
Inheritors
CreateEmbeddings
GetModels
Members
Constructors
Non
Null
Ollama
Action
Link copied to clipboard
constructor
(
clazz
:
KClass
<
R
>
)
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>