| foundry_evals | R Documentation |
List evaluations
foundry_evals(
limit = NULL,
after = NULL,
order = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
limit |
Integer. Optional maximum number of evaluations to return. |
after |
Character. Optional pagination cursor. |
order |
Character. Optional sort order, |
api_key |
Character. Optional API key. Falls back to configured auth. |
token |
Character. Optional bearer token. Falls back to configured auth. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional |
A tibble with one row per evaluation.
## Not run:
# Requires a configured Azure endpoint and credentials with evals API access.
foundry_evals(limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.