Skip to content

Commit

Permalink
Merge pull request #108 from bcorrigeux/fix_call_summary
Browse files Browse the repository at this point in the history
Fix call summary
  • Loading branch information
moona3k authored Nov 18, 2024
2 parents 79f23f1 + d9a8cb6 commit 3a1fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/version/async-version.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
SummariesOfBookmarksURI string = "https://api.symbl.ai/%s/conversations/%s/bookmarks-summary"

// summary ui
SummaryURI string = "https://api.symbl.ai/%s/conversations/%s/experiences"
SummaryURI string = "https://api.symbl.ai/%s/conversations/%s/summary"

// Insights Ui
InsightsListUiURI string = "https://api.symbl.ai/%s/conversations/experiences/insights/list?includeCallScore=true"
Expand Down

0 comments on commit 3a1fdd9

Please sign in to comment.