koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-ollama-client
/
ai.koog.prompt.executor.ollama.client.dto
/
OllamaChatMessageDTO
/
OllamaChatMessageDTO
Ollama
Chat
Message
DTO
constructor
(
role
:
String
,
content
:
String
,
images
:
List
<
String
>
?
=
null
,
toolCalls
:
List
<
OllamaToolCallDTO
>
?
=
null
)
(
source
)