Call
data class Call(val id: String?, val tool: String, val content: String, val metaInfo: ResponseMetaInfo) : Message.Tool, Message.Response(source)
Represents a tool call message sent as a response.
Represents a tool call message sent as a response.