| foundry_agent_get | R Documentation |
Retrieve a Foundry agent
foundry_agent_get(
name,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = "v1"
)
name |
Character. Agent name. |
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 one-row tibble describing the agent.
## Not run:
# Requires a configured Azure project endpoint and credentials,
# plus an existing agent.
foundry_agent_get("france-facts")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.