File size: 1,333 Bytes
1bfb5b0 66f18da 1bfb5b0 66f18da e76ee02 1bfb5b0 e76ee02 1bfb5b0 e76ee02 1bfb5b0 e76ee02 1bfb5b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 650 160" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
text { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; }
.header { font-size: 12px; fill: #c9d1d9; font-weight: bold; }
.label { font-size: 11px; fill: #c9d1d9; }
</style>
</defs>
<rect width="650" height="160" fill="#0d1117"/>
<text x="30" y="24" class="header">Tools</text>
<line x1="30" y1="30" x2="95" y2="30" stroke="#30363d" stroke-width="1" />
<text x="30" y="50" class="label">Model-controlled</text>
<text x="30" y="66" class="label">execute actions</text>
<text x="30" y="82" class="label">search, create</text>
<text x="240" y="24" class="header">Resources</text>
<line x1="240" y1="30" x2="330" y2="30" stroke="#30363d" stroke-width="1" />
<text x="240" y="50" class="label">App-controlled</text>
<text x="240" y="66" class="label">read data</text>
<text x="240" y="82" class="label">files, configs</text>
<text x="450" y="24" class="header">Prompts</text>
<line x1="450" y1="30" x2="530" y2="30" stroke="#30363d" stroke-width="1" />
<text x="450" y="50" class="label">User-controlled</text>
<text x="450" y="66" class="label">templates</text>
<text x="450" y="82" class="label">instruction sets</text>
</svg>
|