System Message
class SystemMessage constructor(content: String, val timestamp: Instant = Instant.now()) : BaseMessage
System message - text-only
Properties
Functions
Link copied to clipboard
fun Message.toSpringAiMessage(toolResponseContentAdapter: ToolResponseContentAdapter = ToolResponseContentAdapter.PASSTHROUGH): <Error class: unknown class>
Convert one of our messages to a Spring AI message with multimodal support.