FunctionToolChoice

@Serializable
data class FunctionToolChoice(val name: String)

Represents the function to call by the model.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard