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.
Properties
Functions
Link copied to clipboard
Creates a copy of the current Response instance with updated metadata.
Link copied to clipboard
Converts a Message.Response to a StreamFrame.