Sam
Results
1
comments of
Sam
ChatClient.create(chatModel) .prompt() .system(xxxx) .options(xxxx) .advisors(new SimpleLoggerAdvisor(), new CurlyBracketEscapeAdvisor()) .call() .entity(xxx.class); After this, the problem fixed, and version no need to be changed.