We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
getSummary
generateSummary
parabol/packages/server/utils/OpenAIServerManager.ts
Line 432 in a5c6a61
The text was updated successfully, but these errors were encountered:
nickoferrall
Successfully merging a pull request may close this issue.
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 usegenerateSummary
:parabol/packages/server/utils/OpenAIServerManager.ts
Line 432 in a5c6a61
AC
getSummary
withgenerateSummary
The text was updated successfully, but these errors were encountered: