Skip to content

Commit

Permalink
feat: use "audience" instead of "event_audience"
Browse files Browse the repository at this point in the history
the two terms were being used unconsistently across the framework
  • Loading branch information
bakaburg1 committed Apr 11, 2024
1 parent 194b8c8 commit 8e39590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/summarization.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ summarise_transcript <- function(
#' time is not the start time of the event.
#' @param event_description The description of the event See
#' `summarise_transcript` for more details.
#' @param event_audience The audience of the event See `summarise_transcript`
#' @param audience The audience of the event See `summarise_transcript`
#' for more details.
#' @param vocabulary The vocabulary used in the meeting. See
#' `summarise_transcript` for more details.
Expand Down Expand Up @@ -346,7 +346,7 @@ summarise_full_meeting <- function(

event_start_time = getOption("minutemaker_event_start_time"),
event_description = NULL,
event_audience = "An audience with understanding of the topic",
audience = "An audience with understanding of the topic",
vocabulary = NULL,
consider_diarization = TRUE,

Expand Down Expand Up @@ -437,7 +437,7 @@ summarise_full_meeting <- function(
event_description = event_description,
recording_details = recording_details,
vocabulary = vocabulary,
audience = event_audience,
audience = audience,
consider_diarization = consider_diarization,

summary_structure = summary_structure,
Expand Down

0 comments on commit 8e39590

Please # to comment.