Skip to content

Commit

Permalink
feat: manage deviations from the expected agenda
Browse files Browse the repository at this point in the history
to let the LLM to add talks not described in the expected agenda
  • Loading branch information
bakaburg1 committed Apr 11, 2024
1 parent bfc5597 commit 40f7620
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions R/prompts.R
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,14 @@ The transcript is formatted as a csv with the start and end time of each segment
}
###',

if (!is.null(args$expected_agenda_element)) {
paste("The event expected agenda is the following, so try to match the extracted talk to this structure. But feel free to describe a novel element if you cannot find a logical match, since there could have been unexpected changes in the agenda: ###\n",
args$expected_agenda_element,
"\n###")
},

"Provide your output.",

sep = "\n\n"
)
}

0 comments on commit 40f7620

Please # to comment.