Skip to content

Commit

Permalink
fix: agenda generation was generating infinite speaker lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaburg1 committed Apr 11, 2024
1 parent cfa9673 commit bfc5597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/prompts.R
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ The transcript is formatted as a csv with the start and end time of each segment
title = "The talk title",
type = "A label to define the talk",
description = "A description of this talk",
speakers = ["speaker 1", "speaker 2"],
moderators = ["moderator 1"] # If detectable, otherwise ignore this field
speakers = ["a list of speakers"] # If detectable, otherwise ignore this,
moderators = ["a list of moderatora"] # If detectable/appropriate, otherwise ignore this field
}
###',

Expand Down

0 comments on commit bfc5597

Please # to comment.