spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Feat messages builder

Open youngmoneee opened this issue 1 year ago • 0 comments
trafficstars

The complex constructor in AbstractMessage has been simplified and the AbstractMessageBuilder class has been added for flexible extension.

  • Added AbstractMessageBuilder<T>
  • Applied AbstractMessageBuilder for
    • ChatMessage
    • SystemMessage
    • FunctionMessage
    • UserMessage
    • AssistantMessage
  • Modified files that have a dependency relationship with Message

#408

youngmoneee avatar Mar 11 '24 13:03 youngmoneee