Skip to content

Commit

Permalink
Merge pull request #101 from symblai/feature/summary-url-update
Browse files Browse the repository at this point in the history
Updates Summary URL
  • Loading branch information
subodhjenasymbl authored Oct 11, 2023
2 parents ec07b9e + 364db97 commit 0eaf0cc
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 0eaf0cc

Please sign in to comment.