Skip to content

Commit 3b2a027

Browse files
authored
fix command exec for retrieving bing connection id (#62)
closes: #57
1 parent 97cd704 commit 3b2a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)