Hisoka-X commented on PR #7620: URL: https://github.com/apache/seatunnel/pull/7620#issuecomment-2339988311
> > Why not change it in > > https://github.com/apache/seatunnel/blob/b35bd94bfb974f56e7198d3d054cbeddf0762c64/seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/nlpmodel/llm/LLMTransform.java#L126 > > > > ? > > LLM return [True], The JSON standard requires Boolean values to be lowercase true or false, not uppercase True or False. `OBJECT_MAPPER.readValue("[True]", new TypeReference<List<String>>() {});` resulting in Json serialization errors. Got it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
