QueryDocumentExplainResponse: { explainResult: string }

A response for explaining the query after calling the /query API using 'explain' action.

Type declaration

  • explainResult: string

    the explanation for the said query with all the needed information for us to understand the query.