LLMCallWithToolsEndEvent

@Serializable
data class LLMCallWithToolsEndEvent(val responses: List<String>, val tools: List<String>, val eventId: String = LLMCallWithToolsEndEvent::class.simpleName!!) : DefinedFeatureEvent(source)

Constructors

Link copied to clipboard
constructor(responses: List<String>, tools: List<String>, eventId: String = LLMCallWithToolsEndEvent::class.simpleName!!)

Properties

Link copied to clipboard
open override val eventId: String
Link copied to clipboard
open override val messageType: FeatureMessage.Type
Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long
Link copied to clipboard