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

Insights: use generateSummary instead of getSummary #10049

Closed
1 task
nickoferrall opened this issue Jul 30, 2024 · 0 comments · Fixed by #10501
Closed
1 task

Insights: use generateSummary instead of getSummary #10049

nickoferrall opened this issue Jul 30, 2024 · 0 comments · Fixed by #10501
Assignees
Milestone

Comments

@nickoferrall
Copy link
Contributor

In #10038 we're adding a new way of generating meeting summaries using OpenAI that include quotes and links to the meeting.

Once the UI has been updated to handle the markdown links #10040, we should remove getSummary and just use generateSummary:

async generateSummary(yamlData: string): Promise<string | null> {

AC

  • Replace getSummary with generateSummary
@nickoferrall nickoferrall added this to the Insights milestone Jul 30, 2024
@jordanh jordanh added this to Product Aug 21, 2024
@github-project-automation github-project-automation bot moved this to To triage in Product Aug 21, 2024
@jordanh jordanh moved this from To triage to Ready in Product Aug 21, 2024
@nickoferrall nickoferrall moved this from Ready to In review in Product Nov 21, 2024
@nickoferrall nickoferrall self-assigned this Nov 21, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Product Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant