Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LeMUR context #56

Open
smithakolan opened this issue Jan 6, 2024 · 3 comments
Open

LeMUR context #56

smithakolan opened this issue Jan 6, 2024 · 3 comments
Assignees
Labels
kind/enhancement New feature or request triage/needs-investigation Issue needs investigation before it can be confirmed.

Comments

@smithakolan
Copy link
Contributor

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());
@dsinghvi
Copy link
Collaborator

@smithakolan let us know how high priority this request is -- we'll add to our Q1 roadmap depending on the urgency!

@smithakolan
Copy link
Contributor Author

Would rank this as a medium priority. Just for context, this is the first example users see on our LeMUR specialized endpoints page so I would like it to be succinct.

@Swimburger
Copy link
Contributor

Swimburger commented Jan 19, 2024

The type name could be better here too. LemurContext instead of LemurBaseParamsContext.

@Swimburger Swimburger added kind/bug Something isn't working kind/enhancement New feature or request labels Mar 18, 2024
@marcusolsson marcusolsson removed the kind/bug Something isn't working label Nov 27, 2024
@marcusolsson marcusolsson added the triage/needs-investigation Issue needs investigation before it can be confirmed. label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request triage/needs-investigation Issue needs investigation before it can be confirmed.
Projects
None yet
Development

No branches or pull requests

5 participants