AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-ollama
/
dev.mokksy.aimocks.ollama.chat
/
ChatRequest
/
ChatRequest
Chat
Request
common
constructor
(
model
:
String
,
messages
:
List
<
Message
>
,
tools
:
List
<
Tool
>
?
=
null
,
think
:
Boolean
?
=
null
,
format
:
Format
?
=
null
,
options
:
ModelOptions
?
=
null
,
stream
:
Boolean
=
true
,
keepAlive
:
String
?
=
null
)
(
source
)