| foundry_eval_run_data | R Documentation |
Point an evaluation run at its rows: either an uploaded JSONL file (via
file_id) or inline content. Exactly one of file_id or content must be
supplied.
foundry_eval_run_data(file_id = NULL, content = NULL)
file_id |
Character. ID of a JSONL file uploaded with
|
content |
List. Inline rows, each a list with an |
A named list describing a jsonl run data source, for use in
foundry_eval_run_create().
foundry_eval_run_data(file_id = "file-abc123")
foundry_eval_run_data(content = list(
list(item = list(question = "2+2?", answer = "4"))
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.