This repository was archived by the owner on Apr 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
LeMUR context #56
Copy link
Copy link
Open
Labels
kind/enhancementNew feature or requestNew feature or requesttriage/needs-investigationIssue needs investigation before it can be confirmed.Issue needs investigation before it can be confirmed.
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());Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or requesttriage/needs-investigationIssue needs investigation before it can be confirmed.Issue needs investigation before it can be confirmed.