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