FunctionCall

@JsonSerializable
data class FunctionCall(val name: String, val arguments: String)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard