This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Description
context should be able to handle type String as a input instead of LemurBaseParamsContext.
Current functionality:
var response = client.lemur().summary(LemurSummaryParams.builder()
.transcriptIds(List.of(transcript.getId()))
.context(LemurBaseParamsContext.of("A GitLab meeting to discuss logistic"))
.answerFormat("TLDR").build());