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
/
OllamaToolCallDTO
Ollama
Tool
Call
DTO
@
Serializable
data
class
OllamaToolCallDTO
(
val
function
:
OllamaToolCallDTO.Call
)
(
source
)
Tool call for the chat API.
Members
Constructors
Ollama
Tool
Call
DTO
Link copied to clipboard
constructor
(
function
:
OllamaToolCallDTO.Call
)
Types
Call
Link copied to clipboard
@
Serializable
data
class
Call
(
val
name
:
String
,
val
arguments
:
JsonElement
)
Tool function for the chat API.
Properties
function
Link copied to clipboard
val
function
:
OllamaToolCallDTO.Call