We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a372c33 commit 0db6ae7Copy full SHA for 0db6ae7
guides/automate-agent.mdx
@@ -109,7 +109,8 @@ The Mintlify app must be installed on your code repository so the agent can fetc
109
role: 'user',
110
content: `Update the documentation for our recent pushes to main:\n\nRepository: ${owner}/${repo}`
111
}
112
- ]
+ ],
113
+ asDraft: false
114
};
115
116
try {
@@ -346,7 +347,8 @@ Add an HTTP request node to create a documentation job.
346
347
"role": "system",
348
"content": "{{ $json.agentMessage }}"
349
350
351
+ "asDraft": false
352
353
```
354
0 commit comments