Description:
When testing Scenario 3: LangGraph Toolbox (Responses), after azd ai agent run successfully started locally, executing the local invocation command azd ai agent invoke --local --protocol responses "What tools do you have?" failed. The local log showed the error: "DeploymentNotFound. The API deployment for this resource does not exist". See the image below for details.


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 cd toolbox-langgraph.
- Run
azd up.
- Run
$env:TOOLBOX_ENDPOINT = (azd env get-value TOOLBOX_AGENT_TOOLS_MCP_ENDPOINT).
- Run
azd ai agent run.
- From a second terminal, run
azd ai agent invoke --local --protocol responses "What tools do you have?".
Environment:
Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @RickWinter for notification.
Description:


When testing
Scenario 3: LangGraph Toolbox (Responses), afterazd ai agent runsuccessfully started locally, executing the local invocation commandazd ai agent invoke --local --protocol responses "What tools do you have?"failed. The local log showed the error: "DeploymentNotFound. The API deployment for this resource does not exist". See the image below for details.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"andcd toolbox-langgraph.azd up.$env:TOOLBOX_ENDPOINT = (azd env get-value TOOLBOX_AGENT_TOOLS_MCP_ENDPOINT).azd ai agent run.azd ai agent invoke --local --protocol responses "What tools do you have?".Environment:
northcentralus.Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @RickWinter for notification.