FunctionCall

data class FunctionCall(val name: String, val arguments: String)(source)

Represents a function call made by the model.

Constructors

Link copied to clipboard
constructor(name: String, arguments: String)

Properties

Link copied to clipboard

The arguments to call the function with, in JSON format

Link copied to clipboard

The name of the function