Created
November 26, 2021 14:07
-
-
Save bobvanluijt/b82b344ce55ce8d7d3b445d2a3be037f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Get { | |
Paragraph( | |
ask: { | |
question: "Where is the States General of The Netherlands located?" | |
properties: ["content"] | |
} | |
limit: 1 | |
) { | |
_additional { | |
answer { | |
result | |
certainty | |
} | |
} | |
content | |
title | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment