Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ai/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Add the agent to your Slack workspace

<Note>
If your Slack Workspace Owner requires admin approval to install apps, ask them to approve the Mintlify app before you connect it.

Check warning on line 25 in ai/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

ai/agent.mdx#L25

Use 'administrator' instead of 'admin'.
</Note>

1. Navigate to the [agent](https://dashboard.mintlify.com/products/agent) page of your dashboard.
Expand Down Expand Up @@ -79,11 +79,11 @@

For example: `@mintlify This PR adds a new authentication method. Update the docs to include the new auth flow: [PR link]`.

### Generate release notes from commit history
### Generate release notes from a pull request

Prompt the agent with a specific pull request or a time period to generate release notes or changelog updates based on the commit history.
Prompt the agent with a specific pull request to generate release notes or changelog updates based on the commit history.

For example: `@mintlify Generate release notes for this PR: [PR link]` or `@mintlify Generate release notes for the last month`.
For example: `@mintlify Generate release notes for this PR: [PR link]`.

### Generate code examples

Expand Down
Loading