Named

@Serializable
data class Named(val name: String) : FunctionMode

Represents a named function call mode. The name indicates a specific function that the model will call.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

the name of the function to call.