query = $query; } /** * @return GoogleCloudAiplatformV1RagQuery */ public function getQuery() { return $this->query; } /** * Optional. The tools to use for AskContexts. * * @param GoogleCloudAiplatformV1Tool[] $tools */ public function setTools($tools) { $this->tools = $tools; } /** * @return GoogleCloudAiplatformV1Tool[] */ public function getTools() { return $this->tools; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1AsyncRetrieveContextsRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1AsyncRetrieveContextsRequest');