AssistantMessageOutputChannelEvent

class AssistantMessageOutputChannelEvent(val processId: String, val content: String, val name: String? = null) : AssistantMessage, OutputChannelEvent

Message relation to this process

Constructors

Link copied to clipboard
constructor(processId: String, content: String, name: String? = null)

Properties

Link copied to clipboard
open override val content: String
Link copied to clipboard
val name: String? = null
Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.

Link copied to clipboard
val role: Role
Link copied to clipboard
Link copied to clipboard
open override val timestamp: Instant

Functions

Link copied to clipboard
fun Message.toSpringAiMessage(): <Error class: unknown class>

Convert one of our messages to a Spring AI message.