OllamaToolCallDTO

@Serializable
data class OllamaToolCallDTO(val function: OllamaToolCallDTO.Call)(source)

Tool call for the chat API.

Constructors

Link copied to clipboard
constructor(function: OllamaToolCallDTO.Call)

Types

Link copied to clipboard
@Serializable
data class Call(val name: String, val arguments: JsonElement)

Tool function for the chat API.

Properties

Link copied to clipboard