Reference
Multi-line query documents with term, intent, and hyde for explicit retrieval behavior.
For complex queries, GNO supports a multi-line query document syntax on gno query and gno ask. Use typed lines to steer the retrieval pipeline without reaching for CLI flags.
auth flow
term: "refresh token" -oauth1
intent: how token rotation works
hyde: Refresh tokens rotate on each use and previous tokens are invalidated.term:, intent:, hyde:.hyde: line is allowed per document.vector:) are rejected.Every query document needs a base query. GNO picks the base in this order:
term: lines joined togetherintent: lines joined togetherhyde: lines are never searched directly — they serve only as hypothetical document expansion signal.
gno query, gno ask/api/query, /api/askgno_queryclient.query(...), client.ask(...)gno query $'auth flow\\nterm: "refresh token"\\nintent: token rotation'