File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ The AI agent definition would likely be deployed from your application's pipelin
223223 $BING_CONNECTION_NAME =" bingaiagent"
224224 $AI_FOUNDRY_PROJECT_NAME =" projchat"
225225 $MODEL_CONNECTION_NAME =" agent-model"
226- $BING_CONNECTION_ID =" $( az cognitiveservices account show -n $AI_FOUNDRY_NAME -g $RESOURCE_GROUP --query ' id' --out tsv) /projects/${$ AI_FOUNDRY_PROJECT_NAME } $ /connections/${BING_CONNECTION_NAME} "
226+ $BING_CONNECTION_ID =" $( az cognitiveservices account show -n $AI_FOUNDRY_NAME -g $RESOURCE_GROUP --query ' id' --out tsv) /projects/${AI_FOUNDRY_PROJECT_NAME} /connections/${BING_CONNECTION_NAME} "
227227 $AI_FOUNDRY_AGENT_CREATE_URL =" https://${AI_FOUNDRY_NAME} .services.ai.azure.com/api/projects/${AI_FOUNDRY_PROJECT_NAME} /assistants?api-version=2025-05-15-preview"
228228
229229 echo $BING_CONNECTION_ID
You can’t perform that action at this time.
0 commit comments