# Foundry project endpoint (auto-injected in hosted containers). AZURE_AI_PROJECT_ENDPOINT=https://.services.ai.azure.com/api/projects/ # Model deployment name. Must exist in the Foundry project above. AZURE_AI_MODEL_DEPLOYMENT_NAME=gpt-4o # Name of the Foundry Toolbox you provisioned in the portal (see README.md). TOOLBOX_NAME=auth-paths-toolbox # Agent name advertised over the wire. Must be unique if running side-by-side with # other Hosted-* samples (e.g. Hosted-Toolbox), otherwise the REPL client cannot # disambiguate which agent to chat with. AGENT_NAME=hosted-toolbox-auth-paths-agent # Application Insights connection string (auto-injected in hosted containers; optional locally). # APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=...