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