Tool

data class Tool(val functionDeclarations: List<FunctionDeclaration>)(source)

Represents a tool that the model may call.

Constructors

Link copied to clipboard
constructor(functionDeclarations: List<FunctionDeclaration>)

Properties

Link copied to clipboard
@SerialName(value = "function_declarations")
val functionDeclarations: List<FunctionDeclaration>

The functions that the model may call.