| foundry_agent_versions | R Documentation |
List versions of a Foundry agent
foundry_agent_versions(
name,
limit = NULL,
after = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = "v1"
)
name |
Character. Agent name. |
limit |
Integer. Optional maximum number of agent versions to return. |
after |
Character. Optional pagination cursor. |
api_key |
Character. Optional API key. Falls back to configured auth. |
token |
Character. Optional bearer token. Falls back to configured auth. |
endpoint |
Character. Optional project endpoint override. |
api_version |
Character. API version query value. Defaults to |
A tibble with one row per agent version.
## Not run:
# Requires a configured Azure project endpoint and credentials,
# plus an existing agent.
foundry_agent_versions("france-facts")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.