| foundry_llm_resource | R Documentation |
Build the llm_resource argument for foundry_groundedness(). Reasoning and
correction both rely on an Azure OpenAI deployment (typically a provisioned
GPT-4o) that Content Safety calls on your behalf.
foundry_llm_resource(endpoint, deployment_name, resource_type = "AzureOpenAI")
endpoint |
Character. The Azure OpenAI resource endpoint, for example
|
deployment_name |
Character. The Azure OpenAI deployment name to use. |
resource_type |
Character. The resource type. Only |
A named list matching the Content Safety LLMResource schema.
foundry_llm_resource(
endpoint = "https://your-openai.openai.azure.com",
deployment_name = "gpt-5-nano"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.