Skip to content

Commit

Permalink
loggibg
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Balcaen committed Apr 2, 2024
1 parent 816a659 commit dfc6d45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public Void handleRequest(final SQSEvent input, final Context context) {
questionsMapper.entrySet().parallelStream()
.forEach(positionQuestionAnswerMapper -> {
Map<String, String> questionAnswerMap = positionQuestionAnswerMapper.getValue();
System.out.print(questionAnswerMap.toString());
String answer = claudeService.getResponse(questionAnswerMap.get("question"), content);
questionAnswerMap.put("answer", answer);
});
Expand Down

0 comments on commit dfc6d45

Please sign in to comment.