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
bug Something isn't working enhancement New feature or request

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
Collaborator

Swimburger commented Jan 19, 2024

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

@Swimburger Swimburger added bug Something isn't working enhancement New feature or request labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants