diff --git a/guides/automate-agent.mdx b/guides/automate-agent.mdx index 8dc8f8c7b..e9807c70b 100644 --- a/guides/automate-agent.mdx +++ b/guides/automate-agent.mdx @@ -109,7 +109,8 @@ The Mintlify app must be installed on your code repository so the agent can fetc role: 'user', content: `Update the documentation for our recent pushes to main:\n\nRepository: ${owner}/${repo}` } - ] + ], + asDraft: false }; try { @@ -346,7 +347,8 @@ Add an HTTP request node to create a documentation job. "role": "system", "content": "{{ $json.agentMessage }}" } - ] + ], + "asDraft": false } ```