diff --git a/agent/use-cases.mdx b/agent/use-cases.mdx index 7a000369d..b462f5662 100644 --- a/agent/use-cases.mdx +++ b/agent/use-cases.mdx @@ -4,7 +4,7 @@ description: "Explore real-world examples of using the Mintlify agent to automat keywords: ["agent workflows", "documentation workflows", "automation examples"] --- -The agent assists with many different documentation tasks. These examples show some of the ways you can integrate the agent into your documentation process. Try an approach that fits how your team currently works and adapt it to your specific needs. +The agent assists with many different documentation tasks. These examples show some of the ways you can integrate the agent into your documentation process. Try an approach that fits how your team currently works and adapt it toyour specific needs. ## Iterate on a prompt in a Slack thread @@ -72,4 +72,4 @@ Integrate the agent into your existing automation tools to automatically update Use the agent endpoints to [create jobs](/api/agent/v2/create-agent-job), [get job status](/api/agent/v2/get-agent-job), and [send messages](/api/agent/v2/send-message). -When creating jobs via the API, you can control whether pull requests open in draft mode using the `asDraft` parameter (defaults to `false`). Set `asDraft: true` to create draft pull requests, or keep the default to create non-draft pull requests ready for immediate review and merging in automated workflows. +When creating jobs via the API, you can control whether pull requests open in draft mode using the `asDraft` parameter (defaults to `false`). Set `asDraft: true` to create draft pull requests, or keep the default to create non-draft pull requests ready for immediate review and merging in automated workflows. \ No newline at end of file