Created
June 14, 2021 10:23
-
-
Save bobvanluijt/f50b0cd0ce0471a2eaed511442cdcaf3 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: "what is the distance between the frame and the outside wall of the bowl?", | |
properties: ["text"] | |
}, | |
limit:1 | |
){ | |
text | |
inDocument { | |
... on Document { | |
title | |
} | |
} | |
_additional { | |
answer { | |
result | |
certainty | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment