Skip to content

Commit

Permalink
fix README images and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydu committed Feb 12, 2025
1 parent 7dcfa51 commit e87c36d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions js/samples/04.ai-apps/j.ossDevOpsAgent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ This sample requires creating an OAuth Connection in Azure Bot Service, which pr

## Interacting with the Agent

You can start to interact with this agent by sending it a message.

Once you are ready to authenticate, send a message containing the keyword `login`. You will then be forwarded to the GitHub Oauth portal on the browser.
You can start to interact with this agent by sending it a message. Tihs will automatically prompt the login flow, where you will be forwarded to the GitHub Oauth portal on the browser.

The agent has three primary capablities (for 1 repo):

Expand Down Expand Up @@ -85,8 +83,8 @@ The `payload URL` is equal to your `BOT_ENDPOINT` in the `env/.env.local` file,

The final settings configured should follow a similiar format:

![Repository Webhook Setup](/assets/webhook-settings.png)
![Repository Webhook Setup](assets/webhook-settings.png)

![Webhook Pull Request Events](/assets/oauth-webhook-events.png)
![Webhook Pull Request Events](assets/oauth-webhook-events.png)

Make sure to hit save, and that the webhook is checked off as `Active`. Now your agent is ready to go!

0 comments on commit e87c36d

Please sign in to comment.