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

feat: generate a summary of meeting summaries #10017

Merged
merged 30 commits into from
Aug 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
05250cf
add generateInsight mutation
nickoferrall Jul 1, 2024
c4ef355
replace shortUrls with real urls
nickoferrall Jul 1, 2024
450b9c2
handle teamId arg and replace short meeting ids
nickoferrall Jul 2, 2024
c806eca
add orgId arg to generateInsight
nickoferrall Jul 2, 2024
e262f9f
filter meetings more efficiently
nickoferrall Jul 3, 2024
3e4aff4
return wins and challenges from generateInsight
nickoferrall Jul 3, 2024
b0b042e
Merge branch 'feat/generate-insight' into feat/generate-team-insight
nickoferrall Jul 16, 2024
14a34dc
generate insight
nickoferrall Jul 17, 2024
7792681
implement addInsight migration
nickoferrall Jul 17, 2024
7c02ca4
check for existingInsight
nickoferrall Jul 17, 2024
91e56b0
start summary of summaries
nickoferrall Jul 18, 2024
a0f2607
include links to discussions
nickoferrall Jul 18, 2024
adc15ac
update prompt
nickoferrall Jul 22, 2024
3b939b1
return summary if exists
nickoferrall Jul 23, 2024
cebc7b3
update prompt and clean up processing getTopics meetingId
nickoferrall Jul 23, 2024
e15d1e7
remove generated files
nickoferrall Jul 23, 2024
23448b1
remove meetingSummary yaml file
nickoferrall Jul 23, 2024
fde4584
update short meeting date
nickoferrall Jul 23, 2024
555ec41
Merge branch 'master' into feat/summary-of-summaries
nickoferrall Jul 23, 2024
ca5c6fc
move addInsight migration after merging master
nickoferrall Jul 23, 2024
6e5aeeb
fix insight start end date insert
nickoferrall Jul 23, 2024
5b1964e
return prev insight if dates and teamid exist
nickoferrall Jul 24, 2024
bc7b351
update generate insight prompt to reduce jargon
nickoferrall Jul 24, 2024
f9e3449
update migration to make wins and challenges non null
nickoferrall Jul 24, 2024
aeb8fa8
accept prompt as arg in generateInsight
nickoferrall Jul 26, 2024
cc9768c
update migration order
nickoferrall Jul 26, 2024
a3ba8d0
remove meetings from generateInsight query
nickoferrall Jul 26, 2024
5c191ef
use number.isNaN instead
nickoferrall Jul 26, 2024
9920f55
update userPrompt type
nickoferrall Jul 31, 2024
7c858cd
Merge branch 'master' into feat/summary-of-summaries
nickoferrall Jul 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove meetings from generateInsight query
nickoferrall committed Jul 26, 2024
commit a3ba8d0960fb4d893ca8a08ccff9e447f38fe71b
3 changes: 0 additions & 3 deletions packages/client/mutations/GenerateInsightMutation.ts
Original file line number Diff line number Diff line change
@@ -7,9 +7,6 @@ graphql`
fragment GenerateInsightMutation_team on GenerateInsightSuccess {
wins
challenges
meetings {
id
}
}
`