We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f79c0 commit 3ba80b4Copy full SHA for 3ba80b4
index.md
@@ -16,7 +16,7 @@ stars-bounce: true
16
<div>
17
<h3 class="font-weight-bold highlightcolor mt-3 text-center">Ask Sophia AI about RESTHeart</h3>
18
<div id="sophiaLoading" class="text-muted">Loading...</div>
19
- <iframe id="sophiaFrame" src="https://sophia.restheart.com?h=auto" style="border: none; width: 100%; display: none;"></iframe>
+ <iframe id="sophiaFrame" src="https://sophia.restheart.com?h=auto&scope=[%22restheart%22,%22both%22]" style="border: none; width: 100%; display: none;"></iframe>
20
<script>
21
document.addEventListener('DOMContentLoaded', function() {
22
const sophiaFrame = document.getElementById('sophiaFrame');
0 commit comments