Returns the raw SSE messages from Sourcegraph search API
The Sourcegraph messages are stringified JSON objects, this method parses the
objects so that the data field of each message is an object (or array) instead of a string.
In case of parsing error, the original string is kept.
Search Sourcegraph with the given query. Returns an async generator yielding search results as they are received.
ProtectedstreamProtectedCreate a readable stream from the Sourcegraph search API.
Client for interacting querying Sourcegraph's search streaming API.