Full name: projects.locations.asyncRetrieveContexts
Asynchronous API to retrieves relevant contexts for a query.
Endpoint
posthttps:
/
/{service-endpoint}
/v1
/{parent}:asyncRetrieveContexts
Where {service-endpoint}
is one of the supported service endpoints
.
Path parameters
parent
string
Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}
.
Request body
The request body contains data with the following structure:
query
object ( RagQuery
)
Required. Single RAG retrieve query.
tools[]
object ( Tool
)
Optional. The tools to use for locations.askContexts.
Response body
If successful, the response body contains an instance of Operation
.

