| foundry_agent_reference | R Documentation |
Build the agent_reference object used to run a stored Azure AI Foundry
agent through foundry_response(). Pass the resulting object (or simply the
agent name) to the agent argument of foundry_response().
foundry_agent_reference(name, version = NULL)
name |
Character. The agent name. |
version |
Character. Optional version identifier. Omit to use the latest version. |
A named list describing an agent_reference.
foundry_agent_reference("my-agent")
foundry_agent_reference("my-agent", version = "2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.