koogMessageToSpringMessage
Converts a list of Koog Messages to a list of Spring AI SpringMessages.
Return
the corresponding Spring AI messages
Parameters
messages
the Koog messages to convert
Throws
if a message type is not supported
Converts a single Koog Message to a Spring AI SpringMessage.
Return
the corresponding Spring AI message
Parameters
message
the Koog message to convert
Throws
if the message produces no Spring AI output (e.g. a Message.User containing only tool results with no text or media content)