Call
data class Call @JvmOverloads constructor(val id: String? = null, val tool: String, val args: String) : MessagePart.Tool, MessagePart.ResponsePart(source)
Represents a tool call message sent as a response.
Constructors
Link copied to clipboard
Convenience constructor that accepts a JsonObject and serialises it to args.