Description:
When testing Scenario 3: LangGraph Toolbox (Responses), azd ai agent run fails. The log shows: ValueError: AZURE_AI_MODEL_DEPLOYMENT_NAME environment variable must be set.

Steps to Reproduce:
mkdir langgraph-toolbox and cd langgraph-toolbox
- Run
azd ai agent init --manifest "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.manifest.yaml" and select location northcentralus.
- Run
azd up.
- Run
export TOOLBOX_ENDPOINT=$(azd env get-value TOOLBOX_AGENT_TOOLS_MCP_ENDPOINT).
- Run
azd ai agent run.
Environment:
Expected Behavior:
azd ai agent run can start successfully.
@JeffreyCA and @rajeshkamal5050 for notification.
Description:

When testing Scenario 3: LangGraph Toolbox (Responses),
azd ai agent runfails. The log shows:ValueError: AZURE_AI_MODEL_DEPLOYMENT_NAME environment variable must be set.Steps to Reproduce:
mkdir langgraph-toolboxandcd langgraph-toolboxazd ai agent init --manifest "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.manifest.yaml"and select locationnorthcentralus.azd up.export TOOLBOX_ENDPOINT=$(azd env get-value TOOLBOX_AGENT_TOOLS_MCP_ENDPOINT).azd ai agent run.Environment:
northcentralus.Expected Behavior:
azd ai agent runcan start successfully.@JeffreyCA and @rajeshkamal5050 for notification.