You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
Get {TextBlock(nearContent: { concepts: ["World history"] }, limit: 2) {content_additional {generate(singleResult: {prompt: """Transform this historical fact into a captivating tweet: {content}."""}) {singleResulterror}}}}}
I got an error:
{
"errors": [
{
"locations": [
{
"column": 15,
"line": 3
}
],
"message": "Unknown argument \"nearContent\" on field \"TextBlock\" of type \"GetObjectsObj\". Did you mean \"nearObject\" or \"nearText\"?",
"path": null
}
]
}
You can also see the similar error on the GraphQL editor:
The text was updated successfully, but these errors were encountered:
One issue I found
nearContent
attribute is not defined in the current GraphQL endpoint. But documentation showcases this example withnearContent
:https://www.unbody.io/docs/graphql-api/search/generative-search
After running the following query:
I got an error:
You can also see the similar error on the GraphQL editor:
The text was updated successfully, but these errors were encountered: