wip: node relationships and improved prompt

This commit is contained in:
Per Stark
2025-02-01 17:56:32 +01:00
parent 76e52f0fff
commit 593e98e1e2
10 changed files with 121 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
<div class="p-4 shadow mt-4 rounded-box">
<div class="flex gap-4">
<button class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</button>
<a class="btn btn-secondary" href="/knowledge" hx-boost="true">View Knowledge</a>
</div>
</div>