Result
data class Result(val id: String?, val tool: String, val content: String, val metaInfo: RequestMetaInfo) : Message.Tool, Message.Request(source)
Represents the result of a tool call sent as a request.
Properties
Link copied to clipboard
Metadata associated with the request, including timestamp information. Defaults to a new RequestMetaInfo.
Link copied to clipboard
The role associated with the message.