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