Skip to content

Commit c5ad5f6

Browse files
committed
add ai entities json
1 parent d51a3ed commit c5ad5f6

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

docs/guides/all/track-ai-driven-pull-requests.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,51 @@ This blueprint will represent all known coding agents in your system.
168168

169169
:::note Populate Coding Agents
170170
Ensure that this blueprint is populated with the names of coding agents such as Copilot, Claude, Devin, etc. This will help in accurately tracking and managing AI-driven pull requests.
171+
172+
Go to the catalog page for the `AI Coding Agent` blueprint and click on the `+ AI Coding Agent` button to add these entities using the JSON provided below:
173+
174+
<details>
175+
<summary><b> Copilot entity JSON </b></summary>
176+
177+
```json showLineNumbers
178+
{
179+
"identifier": "Copilot",
180+
"title": "Copilot",
181+
"icon": "AI",
182+
"properties": {},
183+
"relations": {}
184+
}
185+
```
186+
</details>
187+
188+
<details>
189+
<summary><b> Claude entity JSON </b></summary>
190+
191+
```json showLineNumbers
192+
{
193+
"identifier": "Claude",
194+
"title": "Claude",
195+
"icon": "AI",
196+
"properties": {},
197+
"relations": {}
198+
}
199+
```
200+
</details>
201+
202+
203+
<details>
204+
<summary><b> Devin entity JSON </b></summary>
205+
206+
```json showLineNumbers
207+
{
208+
"identifier": "Devin",
209+
"title": "Devin",
210+
"icon": "AI",
211+
"properties": {},
212+
"relations": {}
213+
}
214+
```
215+
</details>
171216
:::
172217

173218

0 commit comments

Comments
 (0)