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 ec76a39 commit 628ceb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/da-repairs-oauth/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/assets/screenshot.png",
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/main/samples/da-repairs-oauth/assets/screenshot.png?raw=true",
"alt": "Declarative agent answering questions about repairs using the information from an API secured with OAuth"
}
],
Expand Down Expand Up @@ -65,4 +65,4 @@
}
]
}
]
]

0 comments on commit 628ceb4

Please sign in to comment.