FunctionCallContent

@Serializable
data class FunctionCallContent(val name: String, val args: JsonObject)

Constructors

Link copied to clipboard
constructor(name: String, args: JsonObject)

Properties

Link copied to clipboard
val args: JsonObject
Link copied to clipboard