| build_prompt | R Documentation |
Renders the standard prompt template shipped in inst/prompts/standard.txt
with the criteria and the record's title/abstract substituted in. Users
can inspect the returned prompt string to confirm the LLM is being asked
the right question, and power users can wrap or replace this function.
build_prompt(criteria, record)
criteria |
A |
record |
A one-row data frame or named list with |
A character string ready to be sent as an LLM prompt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.