src/main/java/cc/mrbird/febs/ai/strategy/param/LlmStrategyDto.java @@ -17,4 +17,6 @@ private String content; private List<LlmStrategyDto> messages; }