Skip to content

Commit

Permalink
Update sample.json to fix image url
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia authored Nov 6, 2024
1 parent 628ceb4 commit 3ed2dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/da-repairs-oauth-validated/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/raw/main/samples/da-repairs-oauth-validated/assets/screenshot.png",
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/main/samples/da-repairs-oauth-validated/assets/screenshot.gif?raw=true",
"alt": "Declarative agent answering questions about repairs using the information from an API secured with Entra ID"
}
],
Expand Down Expand Up @@ -70,4 +70,4 @@
}
]
}
]
]

0 comments on commit 3ed2dd2

Please sign in to comment.