Message
interface Message
Core message interface for the agent system. This is the minimal contract that all messages must implement, suitable for both in-memory usage and persistence.
Inheritors
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.